-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create CI_project_yml * Rename CI_project_yml to CI_project.yml * Create CODEOWNERS
- Loading branch information
1 parent
4af9d54
commit 0b03474
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# See https://help.github.com/articles/about-codeowners/ for syntax | ||
|
||
# DevRel Team will be the default owner for everything | ||
# in the repo. Unless a later match takes precedence, | ||
# @deepset-ai/devrel will be requested for review | ||
# when someone opens a pull request. | ||
* @deepset-ai/devrel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Open Source / Add issues to Github project | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add new issues to the project for triage | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
project-url: https://github.com/orgs/deepset-ai/projects/5 | ||
github-token: ${{ secrets.GH_PROJECT_PAT }} |