mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-04-06 16:30:11 +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:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
createComment:
|
||||
createCommentOnPullRequest:
|
||||
if: github.event.pull_request.author_association == 'OWNER'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user