diff --git a/.github/workflows/comment-created.yml b/.github/workflows/comment-created.yml index 307984f..b504ad6 100644 --- a/.github/workflows/comment-created.yml +++ b/.github/workflows/comment-created.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 # 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: @@ -40,7 +40,7 @@ jobs: fields: Status values: Build Maintenance - name: Move into Pending - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 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) && @@ -52,7 +52,7 @@ jobs: fields: Status values: Pending - name: Move into In progress - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 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)) && @@ -64,7 +64,7 @@ jobs: fields: Status values: In progress - name: Move into Triage - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 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)) && diff --git a/.github/workflows/item-closed.yml b/.github/workflows/item-closed.yml index a3ba55f..07e997c 100644 --- a/.github/workflows/item-closed.yml +++ b/.github/workflows/item-closed.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 # 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' || diff --git a/.github/workflows/item-labeled.yml b/.github/workflows/item-labeled.yml index 4f49264..659d537 100644 --- a/.github/workflows/item-labeled.yml +++ b/.github/workflows/item-labeled.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 with: project_url: https://github.com/orgs/bitnami/projects/4 github_token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }} diff --git a/.github/workflows/item-opened.yml b/.github/workflows/item-opened.yml index c270a1c..73bc86e 100644 --- a/.github/workflows/item-opened.yml +++ b/.github/workflows/item-opened.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 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 diff --git a/.github/workflows/pr-review-comment.yml b/.github/workflows/pr-review-comment.yml index 6844c50..dbb0cdb 100644 --- a/.github/workflows/pr-review-comment.yml +++ b/.github/workflows/pr-review-comment.yml @@ -40,7 +40,7 @@ jobs: - name: Load .env file uses: xom9ikk/dotenv@de1ff27d319507880e6621e4d47424c677d95f68 - name: Move into Pending - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 if: ${{ contains(fromJson(env.BITNAMI_TEAM), inputs.actor) }} with: project_url: https://github.com/orgs/bitnami/projects/4 @@ -50,7 +50,7 @@ jobs: fields: Status values: Pending - name: Move into Triage/In progress - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 if: ${{ !contains(fromJson(env.BITNAMI_TEAM), inputs.actor) }} with: project_url: https://github.com/orgs/bitnami/projects/4 diff --git a/.github/workflows/pr-review-requested-sync.yml b/.github/workflows/pr-review-requested-sync.yml index 2327239..9e6c581 100644 --- a/.github/workflows/pr-review-requested-sync.yml +++ b/.github/workflows/pr-review-requested-sync.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 with: project_url: https://github.com/orgs/bitnami/projects/4 github_token: ${{ secrets.BITNAMI_SUPPORT_BOARD_TOKEN }} diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 5312f0b..f3cc9dc 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -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@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 if: ${{ github.event.review.state == 'changes_requested' }} with: project_url: https://github.com/orgs/bitnami/projects/4 @@ -33,7 +33,7 @@ jobs: fields: Status values: Pending - name: Move into In progress/Triage - uses: EndBug/project-fields@07b55f84ae8cf995282c1cee5c533c03cc961a3f + uses: EndBug/project-fields@e0c02c5ac19249db2ced10f6ca8beeb3acaf1b82 if: ${{ github.event.review.state == 'dismissed' }} with: project_url: https://github.com/orgs/bitnami/projects/4