Skip to content

Commit

Permalink
ci: labeler conf migrated to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed May 6, 2024
1 parent 3fa3438 commit 60c8840
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
root:
- changed-files:
- any-glob-to-any-file: '*'

AnyChange:
- changed-files:
- any-glob-to-any-file: '**'

data:
any:
changed-files:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Pull Request Labeler

name: 'Pull Request Labeler'
on:
- pull_request_target

jobs:
triage:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 60c8840

Please sign in to comment.