We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3471aa3 commit 32560bcCopy full SHA for 32560bc
.github/workflows/issue-handling.yaml
@@ -16,14 +16,14 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Add to bugs board
19
- uses: actions/add-to-project@v0.5.0
+ uses: actions/add-to-project@v1.0.1
20
with:
21
project-url: https://github.com/orgs/timescale/projects/55
22
github-token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
23
labeled: bug, needs-triage, flaky-test
24
label-operator: OR
25
- name: Add to CAggs board
26
27
28
project-url: https://github.com/orgs/timescale/projects/128
29
0 commit comments