marocchino-sticky-pull-requ.../.github/workflows/comment_on_pull_request.yml
Jonathan Yu 5114ea9463 chore: build updates
* Update test to build on main branch instead of master
* Update workflows to use actions/checkout@v2, which performs a
  shallow clone by default, so should be slightly faster
2021-03-21 20:54:25 +00:00

16 lines
364 B
YAML

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