Skip to content

Commit

Permalink
Update label-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored Aug 30, 2023
1 parent dc4f5d6 commit 892c34d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/label-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:

check_labels:
check_oncall_labels:
name: Check On Call Review labels
runs-on: ubuntu-latest
steps:
Expand All @@ -31,3 +31,11 @@ jobs:
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
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 892c34d

Please sign in to comment.