Skip to content

Commit 39a80eb

Browse files
chore(deps): update actions/labeler action to v6 (#805)
* chore(deps): update actions/labeler action to v6 * fixup! chore(deps): update actions/labeler action to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Azores <[email protected]>
1 parent 50dd0c0 commit 39a80eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
needs-triage:
2-
- '*'
2+
- changed-files:
3+
- any-glob-to-any-file: '*'

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
pull-requests: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/labeler@v4
16+
- uses: actions/labeler@v6
1717
with:
1818
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)