Skip to content

Commit 87c664d

Browse files
committed
move rebase bot to workflows folder
1 parent 1ef6c44 commit 87c664d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/rebase.yml renamed to .github/workflows/rebase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name: Automatic Rebase
55
jobs:
66
rebase:
77
name: Rebase
8-
if: github.event.issue.pull_request != '' && github.event.comment.author_association == 'MEMBER' && contains(github.event.comment.body, '/rebase')
8+
if: github.event.issue.pull_request != '' && github.event.comment.author_association == 'OWNER' && contains(github.event.comment.body, '/rebase')
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the latest code
1212
uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
1515
- name: Automatic Rebase
16-
uses: cirrus-actions/rebase@1
16+
uses: cirrus-actions/rebase@1.3.1
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)