Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/' with remote 'workflows/'
Browse files Browse the repository at this point in the history
Signed-off-by: bitnami-bot <[email protected]>
  • Loading branch information
bitnami-bot committed Nov 29, 2023
1 parent c9c904d commit 4407059
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
contents: read
pull-requests: write
issues: write
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.issue.number }}
jobs:
call-comments-workflow:
uses: bitnami/support/.github/workflows/comment-created.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/move-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
permissions:
issues: write
pull-requests: write
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.repository.id }}-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-move-closed-workflow:
uses: bitnami/support/.github/workflows/item-closed.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- synchronize
permissions:
contents: read
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.number }}
jobs:
call-pr-review-workflow:
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/reasign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: '[Support] Review based card movements'
on:
pull_request:
pull_request_target:
types:
- labeled
issues:
Expand All @@ -13,6 +13,9 @@ permissions:
contents: read
pull-requests: write
issues: write
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-reasign-workflow:
uses: bitnami/support/.github/workflows/item-labeled.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ permissions:
contents: read
pull-requests: write
issues: write
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-triage-workflow:
uses: bitnami/support/.github/workflows/item-opened.yml@main
Expand Down

0 comments on commit 4407059

Please sign in to comment.