Skip to content

Commit

Permalink
Merge pull request CleverRaven#72423 from casswedson/dont-trigger-on-…
Browse files Browse the repository at this point in the history
…examples

fix: more strict labeler rules
  • Loading branch information
Maleclypse authored Mar 17, 2024
2 parents f0eb92d + d47dfe3 commit 9c3b7d1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/summary-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ version: v1
labels:
- label: "<Enhancement / Feature>"
matcher:
body: ".*Features +\".+\".*"
body: "(\\s|^)#### Summary\\s*Features +\".+\"\\s*(\n|$)"

- label: "Info / User Interface"
matcher:
body: ".*Interface +\".+\".*"
body: "(\\s|^)#### Summary\\s*Interface +\".+\"\\s*(\n|$)"

- label: "Mods"
matcher:
body: ".*Mods +\".+\".*"
body: "(\\s|^)#### Summary\\s*Mods +\".+\"\\s*(\n|$)"

- label: "Game: Balance"
matcher:
body: ".*Balance +\".+\".*"
body: "(\\s|^)#### Summary\\s*Balance +\".+\"\\s*(\n|$)"

- label: "<Bugfix>"
matcher:
body: ".*Bugfixes +\".+\".*"
body: "(\\s|^)#### Summary\\s*Bugfixes +\".+\"\\s*(\n|$)"

- label: "<Bugfix>"
matcher:
body: ".*((C|c)lose(s|d)?|(F|f)ix(es|ed)?|(R|r)esolve(s|d)?):?.*#([1-9][0-9]{3,8}).*"

- label: "Code: Performance"
matcher:
body: ".*Performance +\".+\".*"
body: "(\\s|^)#### Summary\\s*Performance +\".+\"\\s*(\n|$)"

- label: "Code: Infrastructure / Style / Static Analysis"
matcher:
body: ".*Infrastructure +\".+\".*"
body: "(\\s|^)#### Summary\\s*Infrastructure +\".+\"\\s*(\n|$)"

- label: "Code: Build"
matcher:
body: ".*Build +\".+\".*"
body: "(\\s|^)#### Summary\\s*Build +\".+\"\\s*(\n|$)"

- label: "Translation"
matcher:
body: ".*I18N +\".+\".*"
body: "(\\s|^)#### Summary\\s*I18N +\".+\"\\s*(\n|$)""

0 comments on commit 9c3b7d1

Please sign in to comment.