mirror of
https://github.com/bitnami/containers.git
synced 2026-02-09 18:57:39 +08:00
🔄 synced file(s) with bitnami/support (#77149)
🔄 synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
This commit is contained in:
1
.github/workflows/clossing-issues.yml
vendored
1
.github/workflows/clossing-issues.yml
vendored
@@ -12,6 +12,7 @@ permissions: {}
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
|
||||
with:
|
||||
|
||||
1
.github/workflows/comments.yml
vendored
1
.github/workflows/comments.yml
vendored
@@ -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
|
||||
1
.github/workflows/move-closed-issues.yml
vendored
1
.github/workflows/move-closed-issues.yml
vendored
@@ -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
|
||||
2
.github/workflows/pr-review-hack.yml
vendored
2
.github/workflows/pr-review-hack.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/pr-reviews-requested.yml
vendored
1
.github/workflows/pr-reviews-requested.yml
vendored
@@ -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
|
||||
1
.github/workflows/pr-reviews.yml
vendored
1
.github/workflows/pr-reviews.yml
vendored
@@ -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 }}"
|
||||
|
||||
1
.github/workflows/reasign.yml
vendored
1
.github/workflows/reasign.yml
vendored
@@ -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
|
||||
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@@ -13,6 +13,7 @@ permissions: {}
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
1
.github/workflows/triage.yml
vendored
1
.github/workflows/triage.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user