mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-06 22:49:25 +00:00
parent
c873eaf14f
commit
033d20d120
5 changed files with 21 additions and 14 deletions
|
|
@ -10,5 +10,7 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
header: FromPR
|
||||
message: |
|
||||
Test ${{ github.sha }} is successfully ended.
|
||||
This is message from PR.
|
||||
|
|
|
|||
1
.github/workflows/comment_on_push.yml
vendored
1
.github/workflows/comment_on_push.yml
vendored
|
|
@ -17,3 +17,4 @@ jobs:
|
|||
number: ${{ steps.finder.outputs.pr }}
|
||||
message: |
|
||||
Test ${{ github.sha }} is successfully ended.
|
||||
This is message from push.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue