Bump act10ns/slack from cfcc30955fe9377f4f55e1079e5419ee1014269f to 2f01f46db9f41c75a04d93c6ce310bc51db7cb50 #6
Workflow file for this run
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: dependabot-manager | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize # PR branch is rebased | |
| jobs: | |
| dependabot-auto-merge: | |
| uses: sue445/workflows/.github/workflows/dependabot-auto-merge.yml@main | |
| with: | |
| repo-name: ruby-go-gem/ruby_header_parser | |
| secrets: | |
| # TODO: Set secrets to Dependabot secrets | |
| app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }} | |
| private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }} | |
| slack-webhook: ${{ secrets.SLACK_WEBHOOK }} | |
| dependabot-security-alert: | |
| uses: sue445/workflows/.github/workflows/dependabot-security-alert.yml@main | |
| with: | |
| repo-name: ruby-go-gem/ruby_header_parser | |
| secrets: | |
| # TODO: Set secrets to Dependabot secrets | |
| app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }} | |
| private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }} | |
| slack-webhook: ${{ secrets.SLACK_WEBHOOK }} |