Skip to content

Commit

Permalink
Bump actions/add-to-project from 1.0.0 to 1.0.1 (#51)
Browse files Browse the repository at this point in the history
Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@2e5cc85...9bfe908)

---
updated-dependencies:
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 89edef2 commit ca2ee01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
remove-labels: in-progress, on-hold
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
if: |
steps.get-item.outputs.author != 'bitnami-bot' ||
(steps.get-item.outputs.author == 'bitnami-bot' && contains(github.event.pull_request.labels.*.name, 'review-required'))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/item-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "type=${type}" >> $GITHUB_OUTPUT
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
if: ${{steps.get-item.outputs.author != 'bitnami-bot' || steps.get-item.outputs.type != 'pull_request'}}
with:
# Support project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-requested-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
if: ${{ !contains(fromJson(env.BITNAMI_TEAM), github.actor) }}
with:
# Support project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Add to board
id: add-to-project
uses: actions/add-to-project@2e5cc851ca7162e9eb510e6da6a5c64022e606a7
uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down

0 comments on commit ca2ee01

Please sign in to comment.