Skip to content

[FEATURE] Change the heading of the website #782

[FEATURE] Change the heading of the website

[FEATURE] Change the heading of the website #782

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for raising this issue & giving your bit in this project's development 😇"
pr-message: "Congratulations on your First Pull Request! Wish you best on your open-source journey 😊"