Skip to content

Commit 79960dd

Browse files
Track issues with GitHub project (#390)
* Track issues with GitHub project * add codeowners --------- Co-authored-by: bilgeyucel <[email protected]>
1 parent 24f5438 commit 79960dd

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# See https://help.github.com/articles/about-codeowners/ for syntax
2+
3+
# DevRel Team will be the default owner for everything
4+
# in the repo. Unless a later match takes precedence,
5+
# @deepset-ai/devrel will be requested for review
6+
# when someone opens a pull request.
7+
* @deepset-ai/devrel

.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/[email protected]
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)