marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
2019-11-21 10:11:11 +09:00

14 lines
303 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 }}
message: |
Test ${{ github.sha }} is successfully ended.