Skip to content

Commit

Permalink
GH Actions: tweak auto-label configuration
Browse files Browse the repository at this point in the history
* Handle the new `Core Component: Generators` label.
* Improve regex to identify documentation changes (prevent confusion over tests).
  • Loading branch information
jrfnl committed Nov 23, 2024
1 parent 9819deb commit fe3111c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ labels:
draft: false
files:
- "src/Fixer.php$"
- label: "Core Component: Generators"
draft: false
files:
- "src/Generators/.*"
- label: "Core Component: Reports"
draft: false
files:
Expand Down Expand Up @@ -90,7 +94,7 @@ labels:
- label: "Type: documentation"
draft: false
files:
- '/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
- 'src/Standards/.*/Docs/[A-Za-z0-9-]*/.*Standard.xml$'
- label: "Type: documentation"
draft: false
files:
Expand Down

0 comments on commit fe3111c

Please sign in to comment.