Skip to content

Commit

Permalink
add workflow to triage new issues with GH projects (#3508)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Oct 31, 2022
1 parent b694c7b commit 9fe2f69
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Track issues with Github project

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add new issues to 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.HAYSTACK_BOT_TOKEN }}

0 comments on commit 9fe2f69

Please sign in to comment.