Skip to content

Commit

Permalink
Update rebase.yml (#7048)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashashura committed Sep 25, 2022
1 parent 68ec996 commit 54b36cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
on:
issue_comment:
types: [created]
permissions:
contents: read
name: Automatic Rebase
jobs:
rebase:
permissions:
contents: write # for cirrus-actions/rebase to push code to rebase
pull-requests: read # for cirrus-actions/rebase to get info about PR
name: Rebase
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54b36cb

Please sign in to comment.