fix: some new title #11
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: 🙏 Welcome First Time Contributors | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@main | |
if: ${{ github.event.sender.login != github.repository_owner }} | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: | | |
# Congratulations 🎉 @${{ github.actor }}, on creating your first issue in <project-name> | |
- Meanwhile if your liked this project, please make sure to star this 🌟🌟🌟. | |
- You can see my other projects too, which you might feel appealing. | |
- You also follow me for making more future contributions in open-source projects. | |
pr-message: | | |
# Congratulations 🎉 @${{ github.actor }}, on your first contribution in <project-name> | |
- Make sure to star this project, if you liked contributing to it. 🌟🌟🌟 | |
- You can raise another new issue, if you find something is worth enhancement or needs a fix. | |
- You can see my other projects too, which you might feel appealing. | |
- You also follow me for making more future contributions in open-source projects. |