Skip to content

Commit

Permalink
Remove permission section from pr handling workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Jan 6, 2025
1 parent 44fc07b commit 0b5961d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-handling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ name: Assign PR to author and reviewers
types: [ opened, reopened, ready_for_review ]

jobs:

assign-pr:
name: Assign PR to author
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
Expand Down

0 comments on commit 0b5961d

Please sign in to comment.