mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-01 09:37:36 +00:00
* ci: use ubuntu-slim where makes sense * revert some changes * test more actions * test sync docs too * revert * set go version
17 lines
369 B
YAML
17 lines
369 B
YAML
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-slim
|
|
steps:
|
|
- uses: actions/add-to-project@v1.0.2
|
|
with:
|
|
project-url: https://github.com/orgs/deepset-ai/projects/5
|
|
github-token: ${{ secrets.GH_PROJECT_PAT }}
|