feat: added parameter to respect altered target #80
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, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "👋 Hi there! Welcome and thank you so much for contributing to our community! If your issue don't get attention from the community, make sure to make some noise 🥳" | |
pr-message: "👋 Hi there! Your first PR? That's just totally AWESOME! Keep 'em coming! 🙌 Allow the community some time to give you feedback and engage with us to make your contribution stand out even better." |