Skip to content

Commit

Permalink
Update labeler workflow (#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnormalPoof authored Jan 23, 2025
1 parent 2adae38 commit 7e0f4d9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Add Documentation tag to PR's changing markdown files, or anything in the docs folder
Documentation:
'pr: documentation':
- changed-files:
- any-glob-to-any-file:
- docs/*
- '**/*.md'

# Add Haxe tag to PR's changing haxe code files
Haxe:
'pr: haxe':
- changed-files:
- any-glob-to-any-file: '**/*.hx'

# Add GitHub tag to PR's changing yml files, or anything in the .github folder
'pr: github':
- changed-files:
- any-glob-to-any-file:
- github/*
- '**/*.yml'

0 comments on commit 7e0f4d9

Please sign in to comment.