🔄 synced file(s) with bitnami/support (#91213)
🔄 synced local '.github/workflows/' with remote 'workflows/'
Signed-off-by: bitnami-bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
9c7eb4e1e7
commit
202d5da801
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue