Skip to content

Commit

Permalink
try add labeler.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sazerac4 committed Sep 6, 2024
1 parent dc2480c commit 1e52a64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Add 'AnyChange' label to any changes within the entire repository
AnyChange:
- changed-files:
- any-glob-to-any-file: '**'

c:
- changed-files:
- any-glob-to-any-file: src/**
9 changes: 5 additions & 4 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ name: Labeler
on: [pull_request, workflow_dispatch]

jobs:
label:

labeler:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v2
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1e52a64

Please sign in to comment.