mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-04-08 18:30:13 +08:00
Update workflow
This commit is contained in:
parent
4b81c646b9
commit
9f320992d5
5
.github/workflows/create-on-pull-request.yml
vendored
5
.github/workflows/create-on-pull-request.yml
vendored
@ -1,10 +1,11 @@
|
|||||||
name: Create Comment
|
name: Create Comment on Pull Request
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
createComment:
|
createCommentOnPullRequest:
|
||||||
|
if: github.event.pull_request.author_association == 'OWNER'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user