Skip to content

Commit a074fad

Browse files
Update the commands option supported
1 parent 83c0dcd commit a074fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
github.event.issue.pull_request != '' &&
4242
(
4343
contains(github.event.comment.body, '/rebase') ||
44-
contains(github.event.comment.body, '/autosquash')
44+
contains(github.event.comment.body, '/autosquash') ||
45+
contains(github.event.comment.body, '/rebase-autosquash')
4546
)
4647
steps:
4748
- name: Checkout the latest code

0 commit comments

Comments
 (0)