swapfastcover.png #333
Workflow file for this run
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: On create PRs | |
on: pull_request | |
jobs: | |
build_and_deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Post to the webhook ecosystem channel | |
id: slack | |
uses: slackapi/[email protected] | |
with: | |
channel-id: 'C05N48KD7RQ' | |
slack-message: "<!subteam^S038F2G7LA3|growth> :tada: *NEW Ecosystem repository Pull Request*\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}" | |
env: | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |