Bump cryptography from 38.0.4 to 41.0.3 #701
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: review | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: [ main ] | |
jobs: | |
first-interaction: | |
name: runner / first-interaction | |
runs-on: ubuntu-latest | |
steps: | |
- name: first-interaction | |
uses: actions/[email protected] | |
if: github.event_name == 'pull_request' | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: Thanks for opening your first issue! | |
pr-message: | | |
# Welcome! | |
Thank you for opening your first pull request! Please ensure you have read the full [`CONTRIBUTING.md`](https://github.com/GrantBirki/errbot/blob/main/CONTRIBUTING.md) guide before continuing. | |
## What's next? | |
The next steps to getting this pull request deployed are as follows: | |
1. Ensure that all CI checks are successful | |
2. Reivew the Terraform plan and ensure it looks correct | |
3. Request review on your pull request and obtain an approval (@grantbirki or any other member) | |
4. Merge your pull request! ✨ | |
## Deployment | |
Once you merge your pull request to the `main` branch a deployment will be automatically triggered for you. | |
In roughly ~5 minutes your changes will deployed to production | |
That's all! Thanks for contributing! |