Skip to content

Commit 4fc25d7

Browse files
authored
CI: Unified Sprint Board automation (#54)
2 parents 074b755 + c58fadc commit 4fc25d7

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/add-to-project-dependencies.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222
values: 1,In review
2323
project_url: https://github.com/orgs/cal-itp/projects/${{ secrets.GH_PROJECT }}
2424
github_token: ${{ secrets.GH_PROJECTS_TOKEN }}
25+
26+
- uses: actions/add-to-project@main
27+
with:
28+
project-url: ${{ secrets.USB_PROJECT_URL }}
29+
github-token: ${{ secrets.USB_PROJECT_TOKEN }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Project triage: Issues"
2+
3+
on:
4+
issues:
5+
types: [opened, transferred]
6+
7+
jobs:
8+
add-to-project-issues:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/add-to-project@main
12+
with:
13+
project-url: ${{ secrets.USB_PROJECT_URL }}
14+
github-token: ${{ secrets.USB_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)