⚰️ rip pr runner

This commit is contained in:
marocchino 2021-12-02 07:25:25 +09:00
parent ec2c67394a
commit 324bf731ef
No known key found for this signature in database
GPG key ID: DEFF05E6B5B0FF97

View file

@ -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.