From 86c649ef5e5dac51940f018875fec063d1c63ef5 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:52:10 +0200 Subject: [PATCH] create comment --- .github/workflows/notify-docs-team.yml | 5 +++++ 1 file changed, 5 insertions(+) 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"