diff --git a/.github/labeler.yml b/.github/labeler.yml index 569dd01777f..0cab0054f50 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,12 +1,20 @@ onboarding: - - "environments/**" + - changed-files: + - any-glob-to-any-file: + - "environments/**" dependencies: - - "terraform/**/*.lock.hcl" + - changed-files: + - any-glob-to-any-file: + - "terraform/**/*.lock.hcl" github-workflow: - - "github/workflows/**" + - changed-files: + - any-glob-to-any-file: + - ".github/workflows/**" environments-repository: - - "**/*.*" - - "**/*" + - changed-files: + - any-glob-to-any-file: + - "**/*.*" + - "**/*" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 987a10347d4..2621e1d548d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,4 +15,3 @@ jobs: - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: ""