diff --git a/.github/labeler.yml b/.github/labeler.yml index ce37d8d..623c91b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,3 @@ dev: -- '**' -- '**/.*' -- '**/.*/**' -- '**/.*/**/.*' +- changed-files: + - any-glob-to-any-file: '**' diff --git a/.github/workflows/pr-target.yml b/.github/workflows/pr-target.yml index faf8b5e..e0ff382 100644 --- a/.github/workflows/pr-target.yml +++ b/.github/workflows/pr-target.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} steps: - id: label-the-PR - uses: actions/labeler@v4 + uses: actions/labeler@v5 # automerge successful dependabot PRs dependabot: