-
Notifications
You must be signed in to change notification settings - Fork 2k
26 lines (23 loc) · 1.3 KB
/
auto-comment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Auto Comment
on: [issues, pull_request]
permissions: write-all
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issuesOpened: |
@{{ author }} Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label for the event.
Meanwhile if you want to work on this issue, Please raise the PR and we will review and merge it.
pullRequestOpened: |
@{{ author }} Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label for the event.
pullRequestUnlabeled: |
@{{ author }} Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label to participate in the event.
pullRequestSynchronize: |
@{{ author }} Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label to participate in the event.
pullRequestClosed: |
@{{ author }} As your PR is closed now, Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label to participate in the event.
pullRequestReopened: |
@{{ author }} As your PR is closed now, Please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label to participate in the event.