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
8 changes: 4 additions & 4 deletions .github/workflows/comment-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
project-url: https://github.com/orgs/bitnami/projects/4
github-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
- name: Move into From Build Maintenance
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
# The comment was created by bitnami-bot in a pull_request created by bitnami-bot
if: ${{ github.actor == 'bitnami-bot' && github.event.issue.user.login == 'bitnami-bot' && github.event.issue.pull_request != null }}
with:
Expand All @@ -40,7 +40,7 @@ jobs:
fields: Status
values: Build Maintenance
- name: Move into Pending
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: |
(github.actor != 'bitnami-bot' || github.event.issue.user.login != 'bitnami-bot' || github.event.issue.pull_request == null) &&
contains(fromJson(env.BITNAMI_TEAM), github.actor) &&
Expand All @@ -52,7 +52,7 @@ jobs:
fields: Status
values: Pending
- name: Move into In progress
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: |
(github.actor != 'bitnami-bot' || github.event.issue.user.login != 'bitnami-bot' || github.event.issue.pull_request == null) &&
(!contains(fromJson(env.BITNAMI_TEAM), github.actor)) &&
Expand All @@ -64,7 +64,7 @@ jobs:
fields: Status
values: In progress
- name: Move into Triage
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: |
(github.actor != 'bitnami-bot' || github.event.issue.user.login != 'bitnami-bot' || github.event.issue.pull_request == null) &&
(!contains(fromJson(env.BITNAMI_TEAM), github.actor)) &&
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 @@ -46,7 +46,7 @@ jobs:
github-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
- name: Send to the Solved column
id: send-solved
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
# Send to solve only the issues and PRs created by users or the automated PRs with human review required
if: |
steps.get-item.outputs.author != 'bitnami-bot' ||
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 @@ -69,7 +69,7 @@ jobs:
project-url: https://github.com/orgs/bitnami/projects/4
github-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
- name: Add to column
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
with:
project_url: https://github.com/orgs/bitnami/projects/4
github_token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
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 @@ -44,7 +44,7 @@ jobs:
project-url: https://github.com/orgs/bitnami/projects/4
github-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
- name: Add to column
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: ${{steps.get-item.outputs.author != 'bitnami-bot' || steps.get-item.outputs.type != 'pull_request'}}
with:
project_url: https://github.com/orgs/bitnami/projects/4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-review-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Load .env file
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9
- name: Move into Pending
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: |
contains(fromJson(env.BITNAMI_TEAM), inputs.actor) &&
inputs.review_state != 'approved'
Expand All @@ -55,7 +55,7 @@ jobs:
fields: Status
values: Pending
- name: Move into Triage/In progress
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: ${{ !contains(fromJson(env.BITNAMI_TEAM), inputs.actor) }}
with:
project_url: https://github.com/orgs/bitnami/projects/4
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 @@ -40,7 +40,7 @@ jobs:
- name: Move into In progress
# Move the card only if the actor is not a Bitnami member
if: ${{ !contains(fromJson(env.BITNAMI_TEAM), github.actor) }}
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
with:
project_url: https://github.com/orgs/bitnami/projects/4
github_token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
project-url: https://github.com/orgs/bitnami/projects/4
github-token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }}
- name: Move into Pending
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: ${{ github.event.review.state == 'changes_requested' }}
with:
project_url: https://github.com/orgs/bitnami/projects/4
Expand All @@ -33,7 +33,7 @@ jobs:
fields: Status
values: Pending
- name: Move into In progress/Triage
uses: EndBug/project-fields@6f7fc6da0386e32a70b25a766c6c01aef52c7d6b
uses: EndBug/project-fields@31118fcc0b7dc7d470668708f5d8448176cfbac5
if: ${{ github.event.review.state == 'dismissed' }}
with:
project_url: https://github.com/orgs/bitnami/projects/4
Expand Down