Skip to content

Commit 5a96f86

Browse files
committed
github: track issue with GitHub Project
It helps to track new issues by aggregating ones from Project view. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent c6ff74c commit 5a96f86

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Add bugs to fluent project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@v1.0.2
14+
with:
15+
project-url: https://github.com/orgs/fluent/projects/4
16+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
17+
labeled: waiting-for-triage

0 commit comments

Comments
 (0)