Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

added name to README.md #51

added name to README.md

added name to README.md #51

name: comment-on-pull-request
on:
pull_request:
permissions:
pull-requests: write
issues: write
jobs:
comment-on-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
This repository is for **practice only** and therefore it will not count towards hacktoberfest.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}