pip(deps): bump certifi from 2025.1.31 to 2025.8.3 #586
Workflow file for this run
This file contains hidden or 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 | |
| steps: | |
| - uses: actions/[email protected] | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: 'Hi! This is your first issue, we''re glad to have you with us :smile: Make sure to follow the [code of conduct.](https://github.com/statch/gitbot/blob/main/CODE_OF_CONDUCT.md) Happy coding!' | |
| pr-message: 'Hi! This is your first pull request, we''re glad to have you with us :smile: Make sure to follow the [contribution guidelines.](https://github.com/statch/gitbot/blob/main/CONTRIBUTING.md) Happy coding!' |