Skip to content

Commit

Permalink
Update PRT Label
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Apr 10, 2024
1 parent 6b96dd4 commit 4624296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prt_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: remove the PRT Passed label, for new commit
if: always() && ${{steps.prt.outputs.result}} == 'not_found'
uses: actions/github-script@v7
uses: actions/github-script@v7
with:
github-token: ${{ secrets.CHERRYPICK_PAT }}
script: |
Expand Down

0 comments on commit 4624296

Please sign in to comment.