dynamic url => bootcamp #299
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: 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: | | |
👋 Hello! Thank you for opening your first issue in this repository. We appreciate your contribution and will review it as soon as possible. If you have any additional information or context, please feel free to add it here. Welcome to the community! | |
pr-message: | | |
🎉 Thank you for submitting your first pull request! We appreciate your effort and will review it shortly. If you have any questions or need further assistance, don't hesitate to ask. We're excited to have you contribute to this project! |