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

Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-11-29 18:54:39 +01:00
committed by GitHub
parent fa2ff15cf3
commit c00957b188
5 changed files with 16 additions and 1 deletions
+3
View File
@@ -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
+3
View File
@@ -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
+3
View File
@@ -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
+4 -1
View File
@@ -3,7 +3,7 @@
name: '[Support] Review based card movements'
on:
pull_request:
pull_request_target:
types:
- labeled
issues:
@@ -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
+3
View File
@@ -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