mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-16 21:18:27 +00:00
⚰️ rip pr runner
This commit is contained in:
parent
ec2c67394a
commit
324bf731ef
1 changed files with 0 additions and 26 deletions
26
.github/workflows/comment_on_pull_request.yml
vendored
26
.github/workflows/comment_on_pull_request.yml
vendored
|
|
@ -1,26 +0,0 @@
|
||||||
name: Comment on Pull Request
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
comment:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- run: yarn install
|
|
||||||
- run: yarn build
|
|
||||||
- uses: ./
|
|
||||||
with:
|
|
||||||
header: FromPR
|
|
||||||
recreate: true
|
|
||||||
message: |
|
|
||||||
Test ${{ github.sha }} is successfully ended.
|
|
||||||
This is message from PR.
|
|
||||||
- uses: ./
|
|
||||||
with:
|
|
||||||
header: FromPR
|
|
||||||
append: true
|
|
||||||
message: |
|
|
||||||
Append message.
|
|
||||||
Loading…
Reference in a new issue