Skip to content

Update auto-comment.yml #3430

Update auto-comment.yml

Update auto-comment.yml #3430

Workflow file for this run

name: Auto Comment
on:
issues:
types: [opened]
pull_request:
types: [opened, unlabeled, synchronize, closed, reopened]
permissions:
contents: write
pull-requests: write
issues: write
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 reopened, please Star ⭐️ the repo to earn "**_hacktober-accepted_**" label to participate in the event.