mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 04:46:22 +00:00
15 lines
312 B
YAML
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.
|