Name added, greetings from Nicaragua #3185
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |