mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-05-14 15:25:55 +00:00
feat: actual logic
This commit is contained in:
parent
29d48cbb29
commit
cb9470fc12
9 changed files with 108 additions and 147 deletions
13
.github/workflows/comment_on_pull_request.yml
vendored
Normal file
13
.github/workflows/comment_on_pull_request.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Comment on Pull Request
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
message: |
|
||||
Test ${{ github.sha }} is successfully ended.
|
||||
Loading…
Add table
Add a link
Reference in a new issue