Skip to content

Dynamic Render Path警告の解消(Book.exist?の安全化) #71

Dynamic Render Path警告の解消(Book.exist?の安全化)

Dynamic Render Path警告の解消(Book.exist?の安全化) #71

Workflow file for this run

name: Review Request Notify
on:
pull_request:
types: [review_requested]
branches:
- "*"
jobs:
event:
runs-on: ubuntu-latest
steps:
- uses: yasslab/review_request_notify@main
with:
channel-id: coderdojo-news
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}