mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 06:29:49 +11:00
feat: allowing action to run on non PR triggers
This commit is contained in:
parent
0dbf59e6db
commit
5aa3ae408c
7 changed files with 116 additions and 29 deletions
17
.github/workflows/test-pr.yml
vendored
Normal file
17
.github/workflows/test-pr.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: "test-local"
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./
|
||||
with:
|
||||
message: |
|
||||
**Hello PULL!**
|
||||
🌏
|
||||
!
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
allow-repeats: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue