forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (30 loc) · 1.22 KB
/
add-issues-to-project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Add issues to project boards
on:
issues:
types: [opened, labeled]
jobs:
add-to-project:
name: Add issues to project boards
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# URL of the project to add issues to
project-url: https://github.com/orgs/cockroachdb/projects/36
# A GitHub personal access token with write access to the project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
# A comma-separated list of labels to use as a filter for issue to be added
labeled: T-multitenant
- uses: actions/[email protected]
with:
# URL of the project to add issues to
project-url: https://github.com/orgs/cockroachdb/projects/38
# A GitHub personal access token with write access to the project
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
# A comma-separated list of labels to use as a filter for issue to be added
labeled: T-cdc
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cockroachdb/projects/35
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: T-jobs