chore(deps): bump sentry-sdk from 2.46.0 to 2.47.0 #3
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: Send reply on a new contributor pull request | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| jobs: | |
| call-workflow: | |
| name: Call shared workflow | |
| uses: learningequality/.github/.github/workflows/contributor-pr-reply.yml@main | |
| secrets: | |
| LE_BOT_APP_ID: ${{ secrets.LE_BOT_APP_ID }} | |
| LE_BOT_PRIVATE_KEY: ${{ secrets.LE_BOT_PRIVATE_KEY }} | |
| SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL: ${{ secrets.SLACK_COMMUNITY_NOTIFICATIONS_WEBHOOK_URL }} |