diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml new file mode 100644 index 00000000..b09bbeed --- /dev/null +++ b/.github/workflows/add-to-project.yaml @@ -0,0 +1,17 @@ +name: Add bugs to fluent project + +on: + issues: + types: + - opened + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v1.0.2 + with: + project-url: https://github.com/orgs/fluent/projects/4 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: waiting-for-triage