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

Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2025-02-11 08:41:45 +01:00 committed by GitHub
parent e1b8aec525
commit e7d44e8db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 1 deletions

View File

@ -12,6 +12,7 @@ permissions: {}
jobs:
stale:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
with:

View File

@ -16,5 +16,6 @@ concurrency:
group: card-movement-${{ github.event.issue.number }}
jobs:
call-comments-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/comment-created.yml@main
secrets: inherit

View File

@ -18,5 +18,6 @@ concurrency:
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-move-closed-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-closed.yml@main
secrets: inherit

View File

@ -24,7 +24,7 @@ jobs:
review_state: ${{ steps.get-info.outputs.review_state }}
labels: ${{ steps.get-info.outputs.labels }}
resource_url: ${{ steps.get-info.outputs.resource_url }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.repository_owner == 'bitnami' && github.event.workflow_run.conclusion == 'success' }}
steps:
- id: get-info
env:

View File

@ -15,5 +15,6 @@ concurrency:
group: card-movement-${{ github.event.number }}
jobs:
call-pr-review-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
secrets: inherit

View File

@ -19,6 +19,7 @@ jobs:
just-notice:
# This is a dummy workflow that triggers a workflow_run
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
steps:
- run: |
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"

View File

@ -19,5 +19,6 @@ concurrency:
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-reasign-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-labeled.yml@main
secrets: inherit

View File

@ -13,6 +13,7 @@ permissions: {}
jobs:
stale:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
permissions:
issues: write
pull-requests: write

View File

@ -22,5 +22,6 @@ concurrency:
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-triage-workflow:
if: ${{ github.repository_owner == 'bitnami' }}
uses: bitnami/support/.github/workflows/item-opened.yml@main
secrets: inherit