Skip to content

Commit

Permalink
TEMPORARY revert
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Apr 25, 2024
1 parent be6b448 commit 6c07afa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/notify-docs-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,22 @@ jobs:
slack-notification:
needs: check
if: ${{ needs.check.outputs.files == 'true' }}
runs-on: ubuntu-latest
permissions:
pull-requests: write # Needed by sticky-pull-request-comment
steps:
- uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
login: ${{ github.event.pull_request.user.login }}
email: ${{ github.event.pull_request.user.email }}
name: ${{ github.event.pull_request.user.name }}
id: ${{ github.event.pull_request.user.id }}
node_id: ${{ github.event.pull_request.user.node_id }}
avatar_url: ${{ github.event.pull_request.user.avatar_url }}
gravatar_id: ${{ github.event.pull_request.user.gravatar_id }}
url: ${{ github.event.pull_request.user.url }}
html_url: ${{ github.event.pull_request.user.html_url }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_TEST }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
payload: |
Expand Down

0 comments on commit 6c07afa

Please sign in to comment.