Fix active_record_migrations.md #113
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: Review Request Notify | |
on: | |
pull_request: | |
types: [review_requested] | |
branches: | |
- "*" | |
# Allows you to run this workflow manually from the Actions tab | |
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow | |
workflow_dispatch: | |
jobs: | |
event: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🔔 Review Request Notify to Slack | |
uses: yasslab/review_request_notify@main | |
with: | |
channel-id: public-guides-news | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |