Skip to content

Commit

Permalink
Add issues labeled 'bug' to the TimescaleDB bugs team
Browse files Browse the repository at this point in the history
dashboard.
  • Loading branch information
jnidzwetzki committed Jul 13, 2022
1 parent 640c5d2 commit 019633b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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

0 comments on commit 019633b

Please sign in to comment.