[💫addFunctions]: 機能がマイコンで対応していないときの共通のフォールバックの仕組み作る #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |