Skip to content

Commit

Permalink
Add test excluded label for auto exclusion (#2300)
Browse files Browse the repository at this point in the history
Signed-off-by: renfeiw <renfeiw@ca.ibm.com>
  • Loading branch information
renfeiw authored Feb 24, 2021
1 parent 9b3836f commit 61b5ba3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autoTestPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ jobs:
branch: 'autoTestPR'
branch-suffix: 'random'
signoff: 'true'
- name: add label
run: |
curl -u github-actions:${{ secrets.GITHUB_TOKEN }} -d '{"labels":["test excluded"]}' -X POST ${{ github.event.issue.url }}/labels

0 comments on commit 61b5ba3

Please sign in to comment.