marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
2021-03-22 06:32:32 +09:00

15 lines
312 B
YAML

name: Comment on Pull Request
on:
pull_request:
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
header: FromPR
message: |
Test ${{ github.sha }} is successfully ended.
This is message from PR.