Skip to content

Commit

Permalink
change: we're switching the action out
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 committed Jul 22, 2024
1 parent a02094b commit 304179a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
16 changes: 16 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
labels:
- label: "add mod"
matcher:
- body: "(\\n|.)*- \\[x\\] Add mod to alternatives page\\n*"
- label: "enhancement"
conditions:
- body: "(\\n|.)*- \\[x\\] Site changes\\n*"
- label: "documentation"
conditions:
- body: "(\\n|.)*- \\[x\\] Chore/documentation updates\\n*"
- label: "BREAKING CHANGE"
conditions:
- body: "(\\n|.)*- \\[x\\] Tick this box if you made changes that may or may not break site functionality(\\n|.)*"
- label: "Merge conflict identified"
conditions:
- mergeable: false
16 changes: 0 additions & 16 deletions .github/labels.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/pr_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Label PR based on content
if: github.event.action != 'labeled'
id: label-pr
uses: prulloac/configurable-pr-labeler@v1.1.2
uses: fuxingloh/multi-labeler@v4.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
config-path: .github/labeler.yml

- name: Assign/unassign reviewers
if: github.event.action == 'ready_for_review'
Expand Down

0 comments on commit 304179a

Please sign in to comment.