mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-20 05:11:53 +02:00
update comment workflow
This commit is contained in:
parent
fcbee8c550
commit
31fb3c91d2
4
.github/workflows/comment.yml
vendored
4
.github/workflows/comment.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
name: rebase
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
github.event.issue.pull_request != '' &&
|
||||
startsWith(github.event.comment.body, '/rebase')
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
@ -28,7 +28,7 @@ jobs:
|
||||
name: release:next
|
||||
runs-on: ubuntu-latest
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
github.event.issue.pull_request != '' &&
|
||||
github.event.sender.login === 'ianstormtaylor' &&
|
||||
startsWith(github.event.comment.body, '/release:next')
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user