Skip to content

Commit

Permalink
Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jul 16, 2021
1 parent d440cbd commit 8c20001
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ name: Automatic Rebase
on:
issue_comment:
types: [created]

permissions:
contents: read
pull-requests: write
# Enforce other not needed permissions are off
actions: none
checks: none
deployments: none
issues: none
packages: none
repository-projects: none
security-events: none
statuses: none

jobs:
rebase:
name: Rebase
Expand Down

0 comments on commit 8c20001

Please sign in to comment.