mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
fa2ff15cf3
Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
19 lines
380 B
YAML
19 lines
380 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
name: '[Support] Review based card movements'
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- labeled
|
|
issues:
|
|
types:
|
|
- labeled
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
issues: write
|
|
jobs:
|
|
call-reasign-workflow:
|
|
uses: bitnami/support/.github/workflows/item-labeled.yml@main
|
|
secrets: inherit |