This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
Renovate[bot]: Update dependency sinon to v16.1.1 #209
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 New Contributors | |
on: | |
pull_request_target: | |
types: [ opened ] | |
jobs: | |
# Comments on a pull request when the author is a new contributor. | |
post-welcome-message: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/welcome@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
FIRST_PR_COMMENT: > | |
Hi @{{ author }}! 👋 | |
Thank you for your contribution to ClassicPress! 💖 | |
It looks like this is your first pull request. We appreciate and value your contribution! | |
Please read our [contribution guide](https://github.com/ClassicPress/ClassicPress/blob/develop/.github/CONTRIBUTING.md) to find out how you can be more involved. | |
Thank you, | |
ClassicPress Core Team. |