marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
2021-05-30 10:17:31 +09:00

26 lines
551 B
YAML

name: Comment on Pull Request
on:
pull_request:
jobs:
comment:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run 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.