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