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

Configure Feed

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

remove project action

Kohei Watanabe (Nov 7, 2024, 2:38 PM +0900) 10d7e8f4 48553710

-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 }}