プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

add project action

Kohei Watanabe (Aug 9, 2023, 8:24 AM +0900) e3843f84 304d2aa9

+14
+14
.github/workflows/add-project.yml
··· 1 + name: Add bugs to bugs project 2 + on: 3 + issues: 4 + types: 5 + - opened 6 + jobs: 7 + add-to-project: 8 + name: Add issue to project 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: actions/add-to-project@v0.5.0 12 + with: 13 + project-url: https://github.com/users/kou029w/projects/2 14 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}