marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
2020-02-04 17:24:40 +09:00

16 lines
365 B
YAML

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