We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef6c44 commit 87c664dCopy full SHA for 87c664d
.github/rebase.yml renamed to .github/workflows/rebase.yml
@@ -5,14 +5,14 @@ name: Automatic Rebase
5
jobs:
6
rebase:
7
name: Rebase
8
- if: github.event.issue.pull_request != '' && github.event.comment.author_association == 'MEMBER' && contains(github.event.comment.body, '/rebase')
+ if: github.event.issue.pull_request != '' && github.event.comment.author_association == 'OWNER' && contains(github.event.comment.body, '/rebase')
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout the latest code
12
uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
- name: Automatic Rebase
16
- uses: cirrus-actions/rebase@1
+ uses: cirrus-actions/rebase@1.3.1
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments