We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f5438 commit 79960ddCopy full SHA for 79960dd
.github/CODEOWNERS
@@ -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
@@ -0,0 +1,16 @@
+name: Track issues with Github project
+on:
+ issues:
+ types:
+ - opened
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