Skip to content

Commit cc70bc5

Browse files
authored
chore: use official github action in auto-project (#2208)
* chore: remove unused auto-project triggers * chore: use official github action in auto-project * fix: add-to-project version number
1 parent a7c1906 commit cc70bc5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/auto-project.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ on:
55
types: [opened]
66
pull_request:
77
types: [opened]
8-
env:
9-
MY_GITHUB_TOKEN: ${{ secrets.AUTO_PROJECT_PAT }}
108

119
jobs:
1210
assign_one_project:
1311
runs-on: ubuntu-latest
1412
name: Assign to IPFS-GUI Project
1513
steps:
1614
- name: Assign NEW issues and NEW pull requests to the IPFS-GUI project
17-
uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1
15+
uses: actions/add-to-project@v0.1.0
1816
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
17+
project-url: 'https://github.com/orgs/ipfs/projects/17'
18+
github-token: ${{ secrets.AUTO_PROJECT_PAT }}

0 commit comments

Comments
 (0)