An action that simply posts a new comment on given issue with specified content.
bot_body
input will be used as comment body ifGITHUB_ACTOR
environment variable equalsbot
input. Otherwisebody
input is used.
- name: Post comment
uses: Homebrew/actions/post-comment@master
with:
token: ${{secrets.HOMEBREW_GITHUB_API_TOKEN}}
issue: 123
body: ${{github.actor}} has triggered this workflow.
bot_body: BrewTestBot has triggered this workflow.
bot: BrewTestBot