Skip to content

Commit

Permalink
remove workflow permissions from assign PR to author
Browse files Browse the repository at this point in the history
  • Loading branch information
irongut committed Jul 24, 2022
1 parent f055ebd commit 9d67d20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
assignAuthor:
permissions:
issues: write # for samspills/assign-pr-to-author
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 9d67d20

Please sign in to comment.