Skip to content

Commit 32560bc

Browse files
Bump actions/add-to-project from 0.5.0 to 1.0.1
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.5.0 to 1.0.1. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](actions/add-to-project@v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3471aa3 commit 32560bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issue-handling.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Add to bugs board
19-
uses: actions/add-to-project@v0.5.0
19+
uses: actions/add-to-project@v1.0.1
2020
with:
2121
project-url: https://github.com/orgs/timescale/projects/55
2222
github-token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
2323
labeled: bug, needs-triage, flaky-test
2424
label-operator: OR
2525
- name: Add to CAggs board
26-
uses: actions/add-to-project@v0.5.0
26+
uses: actions/add-to-project@v1.0.1
2727
with:
2828
project-url: https://github.com/orgs/timescale/projects/128
2929
github-token: ${{ secrets.ORG_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)