Skip to content

Session内にYoutubeを載せる実装 #85

Session内にYoutubeを載せる実装

Session内にYoutubeを載せる実装 #85

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}