Skip to content

Commit e082da8

Browse files
authored
ci: Add issues to new project (#102)
1 parent 70ff5bf commit e082da8

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/project-board.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13+
# Old project
14+
# TODO: Remove once fully migrated to the new flow
1315
- uses: actions/add-to-project@v0.6.1
1416
with:
15-
# You can target a project in a different organization
16-
# to the issue
1717
project-url: https://github.com/orgs/quantinuum-dev/projects/10
1818
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
19+
# New project
20+
- uses: actions/add-to-project@v0.6.1
21+
with:
22+
project-url: https://github.com/orgs/quantinuum/projects/23
23+
github-token: ${{ secrets.HUGRBOT_PAT }}

0 commit comments

Comments
 (0)