We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9afb8 commit d46b7efCopy full SHA for d46b7ef
1 file changed
.github/workflows/docs-pr-review-notify.yml
@@ -7,9 +7,9 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
- if: github.event.requested_team.slug == 'docs-prs'
11
steps:
12
- name: Send Slack notification
+ if: github.event.requested_team.slug == 'docs-prs'
13
env:
14
SLACK_WEBHOOK: ${{ secrets.SLACK_DOC_REVIEW_WEBHOOK_URL }}
15
PR_TITLE: ${{ github.event.pull_request.title }}
0 commit comments