From 019633bb42b07ef8a1f33aee7f422d842f2b6dc5 Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Wed, 13 Jul 2022 14:57:33 +0200 Subject: [PATCH] Add issues labeled 'bug' to the TimescaleDB bugs team dashboard. --- .github/workflows/issues.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/issues.yml diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 0000000..4c22a77 --- /dev/null +++ b/.github/workflows/issues.yml @@ -0,0 +1,17 @@ +name: Add bugs to bugs project + +on: + issues: + types: [ opened, labeled ] + +jobs: + add-to-project: + name: Add issue to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.1.0 + with: + project-url: https://github.com/orgs/timescale/projects/55 + # Token will expire Oct 2, 2022 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + labeled: bug