diff --git a/.github/workflows/notify-docs-team.yml b/.github/workflows/notify-docs-team.yml index 062195575b..67ba240630 100644 --- a/.github/workflows/notify-docs-team.yml +++ b/.github/workflows/notify-docs-team.yml @@ -24,6 +24,8 @@ jobs: needs: check if: ${{ needs.check.outputs.files == 'true' }} runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 env: @@ -42,3 +44,6 @@ jobs: } ] } + - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 + with: + message: "APIx bot: a message has been sent to Docs Slack channel"