Skip to content

Commit

Permalink
ci(semantic-pr): remove write permission
Browse files Browse the repository at this point in the history
Signed-off-by: flavono123 <flavono123@gmail.com>
  • Loading branch information
flavono123 committed Feb 20, 2025
1 parent 7f91b6c commit fa94435
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- reopened

permissions:
# write permission is required for the wip feature to update PR status to pending when [WIP] is in the title
pull-requests: write
pull-requests: read

jobs:
main:
Expand All @@ -20,5 +19,3 @@ jobs:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3, to avoid Unpinned tag for 3rd party Action in workflow from CodeQL
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true

0 comments on commit fa94435

Please sign in to comment.