From 6d1e462ee00b2fc91bf2210d34aaee6c9f424dcf Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Fri, 21 Jun 2024 19:02:34 +0000 Subject: [PATCH] gh action --- .github/workflows/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fa766c2a..a3c3364f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,4 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/labeler@v3 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/labeler.yml + sync-labels: true \ No newline at end of file