Skip to content

Improve the translation of "Maintenance Policy for Ruby on Rails" #112

Improve the translation of "Maintenance Policy for Ruby on Rails"

Improve the translation of "Maintenance Policy for Ruby on Rails" #112

Workflow file for this run

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 }}