Auto-generated. Updating Vectara public protos. (e52e4045c970bfb3ff69… #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ProtosPing | |
on: | |
push: | |
branches: | |
- dev | |
jobs: | |
new-protos-ping: | |
runs-on: ubuntu-latest | |
name: Ping on new protos to review | |
steps: | |
- name: Post to Slack | |
id: slack | |
uses: slackapi/[email protected] | |
with: | |
channel-id: ${{ secrets.SLACK_CHANNEL_ID }} | |
slack-message: "New protos available for review: ${{ github.event.pull_request.html_url || github.event.head_commit.url }}" | |
env: | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |