Skip to content

Commit

Permalink
Merge pull request #2287 from WordPress/feature/ghactions-update-mana…
Browse files Browse the repository at this point in the history
…ge-labels
  • Loading branch information
GaryJones authored Jul 4, 2023
2 parents 76c0b13 + 4046b3d commit 8819df5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Status: Awaiting Feedback
Status: Review Ready
Status: Awaiting feedback
Status: Review ready
on-pr-close:
runs-on: ubuntu-latest
Expand All @@ -35,9 +35,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Status: Awaiting Feedback
Status: close candidate
Status: Review Ready
Status: Awaiting feedback
Status: Close candidate
Status: Review ready
on-issue-close:
runs-on: ubuntu-latest
Expand All @@ -50,8 +50,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
Status: Awaiting Feedback
Status: close candidate
Status: help wanted
Status: good first issue
Status: PR Exists
Status: Awaiting feedback
Status: Close candidate
Status: Good first issue
Status: Help wanted

0 comments on commit 8819df5

Please sign in to comment.