Skip to content

Cross-Site Scripting警告の解消 #75

Cross-Site Scripting警告の解消

Cross-Site Scripting警告の解消 #75

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