Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
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@244f685bbc3b7adfa8466e08b698b5577571133e
uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd
with:
# Support project
project-url: https://github.com/orgs/bitnami/projects/4
Expand Down