Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 11c36bd

Browse files
committed
rebase workflow
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 7d4a768 commit 11c36bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
rebase:
77
name: Rebase
8-
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') && github.event.comment.author_association == 'MEMBER'
8+
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout the latest code

0 commit comments

Comments
 (0)