Skip to content

Commit

Permalink
feat: add label-pr action --story=119540612
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Sep 6, 2024
1 parent db0cbbb commit 24b4f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Label PR
run: |
gh auth login --with-token <<< ${{ secrets.MY_GITHUB_SECRET }}
gh auth login --with-token ${{ secrets.MY_GITHUB_SECRET }}
PR_TITLE="${{ github.event.pull_request.title }}"
if [[ "$PR_TITLE" == "fix:"* ]]; then
gh pr edit ${{ github.event.pull_request.number }} --add-label bugfix
Expand Down

0 comments on commit 24b4f8c

Please sign in to comment.