Bump cryptography from 39.0.1 to 41.0.2 in /Python/Ping_Pong_Game #187
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
on: | |
pull_request_target: | |
types: ['closed'] | |
jobs: | |
comment: | |
if: github.event.repository.private == false && github.event.pull_request.merged && github.event.pull_request.base.ref == github.event.repository.default_branch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/github-script@v3 | |
with: | |
script: | | |
github.issues.createComment({ | |
...context.repo, | |
issue_number: context.payload.pull_request.number, | |
body: `Thanks very much for contributing! Your pull request has been merged 🎉 Hoping for more contribution from you in future. | |
Do give a ⭐ if you like this project | |
Happy hacking and Learning ✌🤟 | |
Thanks again! :sparkles:` | |
}) |