Skip to content

Commit

Permalink
Create pr-comment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslavtriev authored May 15, 2024
1 parent ac14acd commit c2be8e9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: PR Comment

on:
pull_request:
types:
- opened
- synchronize
- reopened
- unlocked

jobs:
pr-comment:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: mshick/add-pr-comment@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message-id: pr-comment
message: |
Thanks for your contribution.
The next step is to wait for review and approval to merge it to main repository
The community can help reacting with a thumb up (:thumbsup:) for approval and rocket (:rocket:) for who has tested it.
message-failure: |
Your PR failed, please check it before continuing to the next step.

0 comments on commit c2be8e9

Please sign in to comment.