Bump pillow from 9.2.0 to 10.3.0 #9
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: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: '<h1> Its great having you contribute to this repository</h1>' | |
pr-message: 'Thanks alot for contribution 🚀' | |
footer: 'Feel free to check out my other projects as well. | |
If you would like to contribute or have an enhancement then do raise an issue for that repo.' | |