Skip to content

Commit d9a1856

Browse files
authored
πŸ”„ synced file(s) with bitnami/support (#319)
πŸ”„ synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
1 parent b9f8c6e commit d9a1856

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ž.github/workflows/comments.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ concurrency:
1717
jobs:
1818
call-comments-workflow:
1919
if: ${{ github.repository_owner == 'bitnami' }}
20-
uses: bitnami/support/.github/workflows/comment-created.yml@main
20+
uses: bitnami/support/.github/workflows/comment-created.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2121
secrets: inherit

β€Ž.github/workflows/move-closed-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ concurrency:
1919
jobs:
2020
call-move-closed-workflow:
2121
if: ${{ github.repository_owner == 'bitnami' }}
22-
uses: bitnami/support/.github/workflows/item-closed.yml@main
22+
uses: bitnami/support/.github/workflows/item-closed.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2323
secrets: inherit

β€Ž.github/workflows/pr-review-hack.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "labels=${labels}" >> $GITHUB_OUTPUT
5151
echo "resource_url=${resource_url}" >> $GITHUB_OUTPUT
5252
call-pr-review-comment:
53-
uses: bitnami/support/.github/workflows/pr-review-comment.yml@main
53+
uses: bitnami/support/.github/workflows/pr-review-comment.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
5454
needs: pr-info
5555
permissions:
5656
contents: read

β€Ž.github/workflows/pr-reviews-requested.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ concurrency:
1616
jobs:
1717
call-pr-review-workflow:
1818
if: ${{ github.repository_owner == 'bitnami' }}
19-
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
19+
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2020
secrets: inherit

β€Ž.github/workflows/reasign.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ concurrency:
2020
jobs:
2121
call-reasign-workflow:
2222
if: ${{ github.repository_owner == 'bitnami' }}
23-
uses: bitnami/support/.github/workflows/item-labeled.yml@main
23+
uses: bitnami/support/.github/workflows/item-labeled.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2424
secrets: inherit

β€Ž.github/workflows/triage.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ concurrency:
2323
jobs:
2424
call-triage-workflow:
2525
if: ${{ github.repository_owner == 'bitnami' }}
26-
uses: bitnami/support/.github/workflows/item-opened.yml@main
26+
uses: bitnami/support/.github/workflows/item-opened.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
2727
secrets: inherit

0 commit comments

Comments
Β (0)