Skip to content

Commit

Permalink
Create CI_project.yml (#157)
Browse files Browse the repository at this point in the history
* Create CI_project_yml

* Rename CI_project_yml to CI_project.yml

* Create CODEOWNERS
  • Loading branch information
bilgeyucel authored Jan 31, 2024
1 parent 4af9d54 commit 0b03474
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
16 changes: 16 additions & 0 deletions .github/workflows/CI_project.yml
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 }}

0 comments on commit 0b03474

Please sign in to comment.