Skip to content

Commit

Permalink
create comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Apr 19, 2024
1 parent 9db2c93 commit 86c649e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/notify-docs-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit 86c649e

Please sign in to comment.