Skip to content

.ideaディレクトリ内のgitignore #5

.ideaディレクトリ内のgitignore

.ideaディレクトリ内のgitignore #5

name: Add to Kanban Project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/NID-roid/projects/1
github-token: ${{ secrets.PROJECT_PERSONAL_ACCESS_TOKEN }}