Skip to content

Commit

Permalink
🔧 labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsFelixH committed Aug 31, 2024
1 parent 8a39dad commit 3d808ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ documentation:
- changed-files:
- any-glob-to-any-file: "**/*.md"

main config:
main-config:
- changed-files:
- any-glob-to-any-file: "**/config.yml"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


name: "Pull Request Labeler"
on: push
on: pull_request

jobs:
label:
Expand All @@ -16,4 +16,4 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
- uses: .github/labeler.yml

0 comments on commit 3d808ad

Please sign in to comment.