🔄 synced local '.github/workflows/' with remote 'workflows/' (#222)

Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-03 10:58:17 +01:00
committed by GitHub
parent 17960a64e7
commit 85e8f38182
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,5 +17,5 @@ concurrency:
jobs:
call-comments-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/comment-created.yml@main
uses: bitnami/support/.github/workflows/comment-created.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
+1 -1
View File
@@ -19,5 +19,5 @@ concurrency:
jobs:
call-move-closed-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-closed.yml@main
uses: bitnami/support/.github/workflows/item-closed.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
echo "labels=${labels}" >> $GITHUB_OUTPUT
echo "resource_url=${resource_url}" >> $GITHUB_OUTPUT
call-pr-review-comment:
uses: bitnami/support/.github/workflows/pr-review-comment.yml@main
uses: bitnami/support/.github/workflows/pr-review-comment.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
needs: pr-info
permissions:
contents: read
+1 -1
View File
@@ -16,5 +16,5 @@ concurrency:
jobs:
call-pr-review-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
+1 -1
View File
@@ -20,5 +20,5 @@ concurrency:
jobs:
call-reasign-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-labeled.yml@main
uses: bitnami/support/.github/workflows/item-labeled.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit
+1 -1
View File
@@ -23,5 +23,5 @@ concurrency:
jobs:
call-triage-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-opened.yml@main
uses: bitnami/support/.github/workflows/item-opened.yml@96bc169b45aa483cf2bafaaee9dae80eabd96cac
secrets: inherit