Dependency Dashboard #5118
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: | |
Greetings: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@32fe40493379a9aa1c43d3aaf0e20b7b2079e3c2 # tag=v1 | |
with: | |
repo-token: ${{ secrets.SONIA_BOT_GH_TOKEN }} | |
issue-message: | | |
Hello and thank you for your first contribution! | |
All contributions are welcome, just keep in mind following the [contributing guidelines](https://github.com/Sonia-corporation/stale/blob/develop/CONTRIBUTING.md) and to always respect the [code of conduct](https://github.com/Sonia-corporation/stale/blob/develop/CODE_OF_CONDUCT.md)! | |
Thank you! | |
Your **@Sonia-corporation-bot** :rocket: | |
pr-message: | | |
Hello and thank you for providing your first contribution! | |
If you need any kind of help, do not hesitate to [ask a question](https://github.com/Sonia-corporation/stale/discussions/new?category=q-a)! | |
Thank you! | |
Your **@Sonia-corporation-bot** :rocket: |