Skip to content

[Hacktoberfest 2024] Task 1: Add name to CONTRIBUTING.md #3241

[Hacktoberfest 2024] Task 1: Add name to CONTRIBUTING.md

[Hacktoberfest 2024] Task 1: Add name to CONTRIBUTING.md #3241

Workflow file for this run

name: Auto Comment
on: [issues, pull_request]
permissions: write-all
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: wow-actions/auto-comment@v1.1.2
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.