Skip to content

Commit

Permalink
Fix file globs in labeler (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelMC authored Dec 31, 2023
2 parents 4289786 + 2bef15c commit 6e0d027
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
'pr':
- src/**/*
- changed-files:
- any-glob-to-any-file: src/**
'ci':
- .github/**/*
- changed-files:
- any-glob-to-any-file: .github/**
3 changes: 3 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
triage:
runs-on: ubuntu-latest
if: github.repository_owner == 'labcatr'
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
Expand Down

0 comments on commit 6e0d027

Please sign in to comment.