We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c1906 commit cc70bc5Copy full SHA for cc70bc5
.github/workflows/auto-project.yml
@@ -5,16 +5,14 @@ on:
5
types: [opened]
6
pull_request:
7
8
-env:
9
- MY_GITHUB_TOKEN: ${{ secrets.AUTO_PROJECT_PAT }}
10
11
jobs:
12
assign_one_project:
13
runs-on: ubuntu-latest
14
name: Assign to IPFS-GUI Project
15
steps:
16
- name: Assign NEW issues and NEW pull requests to the IPFS-GUI project
17
- uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1
+ uses: actions/add-to-project@v0.1.0
18
with:
19
- project: 'https://github.com/orgs/ipfs/projects/17'
20
- # column_name: 'Intake' # default is 'To do' for issues and 'In progress' for PRs
+ project-url: 'https://github.com/orgs/ipfs/projects/17'
+ github-token: ${{ secrets.AUTO_PROJECT_PAT }}
0 commit comments