There was an error while loading. Please reload this page.
1 parent 70ff5bf commit e082da8Copy full SHA for e082da8
1 file changed
.github/workflows/project-board.yml
@@ -10,12 +10,14 @@ jobs:
10
name: Add issue to project
11
runs-on: ubuntu-latest
12
steps:
13
+ # Old project
14
+ # TODO: Remove once fully migrated to the new flow
15
- uses: actions/add-to-project@v0.6.1
16
with:
- # You can target a project in a different organization
- # to the issue
17
project-url: https://github.com/orgs/quantinuum-dev/projects/10
18
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
19
- # Optionally, the issues can be filtered by label
20
- #labeled: bug, another-label
21
- #label-operator: OR
+ # New project
+ - uses: actions/add-to-project@v0.6.1
+ with:
22
+ project-url: https://github.com/orgs/quantinuum/projects/23
23
+ github-token: ${{ secrets.HUGRBOT_PAT }}
0 commit comments