We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fb870 commit b8c4488Copy full SHA for b8c4488
1 file changed
.github/workflows/soup-check-changes-and-generate.yml
@@ -24,3 +24,5 @@ jobs:
24
gh-api-token: ${{ env.GH_API_TOKEN }}
25
soup-approvers: ${{ vars.SOUP_APPROVERS }}
26
base-branch: origin/${{ github.event.pull_request.base.ref || inputs.base-branch || 'main' }}
27
+ slack-webhook-url: ${{ secrets.SOUP_APPROVERS_WEBHOOK_URL }}
28
+ github-to-slack-mapping: ${{ vars.SOUP_APPROVERS_GITHUB_TO_SLACK_ID_MAPPING }}
0 commit comments