Skip to content

[✨Feature]: 数値をprintできるAPIの用意 #66

[✨Feature]: 数値をprintできるAPIの用意

[✨Feature]: 数値をprintできるAPIの用意 #66

name: ProjectへIssueを自動追加
on:
issues:
types:
- opened
jobs:
add-to-project:
name: 卒業研究プロジェクトへ自動追加
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/project-mahiwa/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}