[Snyk] Security upgrade werkzeug from 2.2.3 to 3.0.6 #10
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 Contributor | |
on: | |
pull_request_target: | |
types: [opened] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Welcome Message | |
uses: actions/first-interaction@v1 | |
continue-on-error: true | |
with: | |
repo-token: ${{ github.token }} | |
pr-message: |- | |
Congrats on making your first PR and thank you for contributing to Superset! :tada: :heart: | |
We hope to see you in our [Slack](https://apache-superset.slack.com/) community too! Not signed up? Use our [Slack App](http://bit.ly/join-superset-slack) to self-register. |