Skip to content

Commit

Permalink
Remove text label checks and add Bug to stats (awsdocs#5924)
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored and max-webster committed Mar 15, 2024
1 parent cee20d0 commit 85264b6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,11 @@ jobs:
all_of: On Call Review complete
none_of: On Call Review needed
repo_token: ${{ secrets.GITHUB_TOKEN }}
check_text_labels:
name: Check Text labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: Text Review complete,Text Review not needed
none_of: Text Review needed
repo_token: ${{ secrets.GITHUB_TOKEN }}
check_stats_labels:
name: Check Stats labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: Application,MVP,Workflow,Task
one_of: Application,MVP,Workflow,Task,Bug
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85264b6

Please sign in to comment.