Skip to content

Commit 00fe16a

Browse files
authored
Track issues with GitHub project (#316)
1 parent d0d6b70 commit 00fe16a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/project.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Track issues with Github project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add new issues to project for triage
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/deepset-ai/projects/5
16+
github-token: ${{ secrets.GH_PROJECT_PAT }}

0 commit comments

Comments
 (0)