Skip to content

Commit

Permalink
Update submission_review.yml
Browse files Browse the repository at this point in the history
Add a new magic keyword to set the `REQUEST TEST` label automatically.
  • Loading branch information
LennyN95 authored Jan 18, 2024
1 parent 4169241 commit 2287b37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/submission_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
if: ${{ startsWith(github.event.comment.body, '/review') }}
with:
labels: REQUEST REVIEW

- name: Add Request Test Label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/test') }}
with:
labels: REQUEST TEST

0 comments on commit 2287b37

Please sign in to comment.