Skip to content

Commit

Permalink
Merge pull request #68 from bitnami/repo-sync/support/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with bitnami/support
  • Loading branch information
fmulero authored Feb 11, 2025
2 parents 35c1b0e + aeece5c commit 47cfb92
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/clossing-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ permissions: {}
jobs:
stale:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions .github/workflows/move-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/pr-review-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-reviews-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/reasign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions: {}
jobs:
stale:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'bitnami' }}
permissions:
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47cfb92

Please sign in to comment.