mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:47:22 +08:00
🔄 synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
19 lines
460 B
YAML
19 lines
460 B
YAML
# Copyright VMware, Inc.
|
||
# SPDX-License-Identifier: APACHE-2.0
|
||
|
||
name: '[Support] Comments based card movements'
|
||
on:
|
||
issue_comment:
|
||
types:
|
||
- created
|
||
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
|
||
secrets: inherit |