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 0c0a1f2 commit 3980b4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
label-pr:
runs-on: ubuntu-latest

permissions: write-all

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -25,4 +23,4 @@ jobs:
echo "No label with this title: $PR_TITLE"
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 3980b4e

Please sign in to comment.