From 088ee77be6cbc0394ac64f9f0c860c3ff5a49785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:10:20 +0100 Subject: [PATCH] Bump actions/add-to-project from 0.6.1 to 1.0.0 (#46) Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.0. - [Release notes](https://github.com/actions/add-to-project/releases) - [Commits](https://github.com/actions/add-to-project/compare/1b844f0c5ac6446a402e0cb3693f9be5eca188c5...2e5cc851ca7162e9eb510e6da6a5c64022e606a7) --- updated-dependencies: - dependency-name: actions/add-to-project dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/comment-created.yml | 2 +- .github/workflows/item-closed.yml | 2 +- .github/workflows/item-labeled.yml | 2 +- .github/workflows/item-opened.yml | 2 +- .github/workflows/pr-review-requested-sync.yml | 2 +- .github/workflows/pr-review.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index 5b7a83a..0816f8c 100644 --- a/.github/workflows/comment-created.yml +++ b/.github/workflows/comment-created.yml @@ -24,7 +24,7 @@ jobs: uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9 - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 with: # Support project project-url: https://github.com/orgs/bitnami/projects/4 diff --git a/.github/workflows/item-closed.yml b/.github/workflows/item-closed.yml index 7ba915e..215c6dc 100644 --- a/.github/workflows/item-closed.yml +++ b/.github/workflows/item-closed.yml @@ -36,7 +36,7 @@ jobs: remove-labels: in-progress, on-hold - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 if: | steps.get-item.outputs.author != 'bitnami-bot' || (steps.get-item.outputs.author == 'bitnami-bot' && contains(github.event.pull_request.labels.*.name, 'review-required')) diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 51625d1..70c16fc 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 with: # Support project project-url: https://github.com/orgs/bitnami/projects/4 diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index c422d4e..ecc88f3 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -37,7 +37,7 @@ jobs: echo "type=${type}" >> $GITHUB_OUTPUT - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 if: ${{steps.get-item.outputs.author != 'bitnami-bot' || steps.get-item.outputs.type != 'pull_request'}} with: # Support project diff --git a/.github/workflows/pr-review-requested-sync.yml b/.github/workflows/pr-review-requested-sync.yml index c08706a..30822d3 100644 --- a/.github/workflows/pr-review-requested-sync.yml +++ b/.github/workflows/pr-review-requested-sync.yml @@ -31,7 +31,7 @@ jobs: uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9 - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 if: ${{ !contains(fromJson(env.BITNAMI_TEAM), github.actor) }} with: # Support project diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index b99bfc8..8f16975 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Add to board id: add-to-project - uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 + uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7 with: # Support project project-url: https://github.com/orgs/bitnami/projects/4