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>
15 lines
354 B
YAML
15 lines
354 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
name: '[Support] Review based card movements'
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- review_requested
|
|
- synchronize
|
|
permissions:
|
|
contents: read
|
|
jobs:
|
|
call-pr-review-workflow:
|
|
uses: bitnami/support/.github/workflows/pr-review-requested-sync.yml@main
|
|
secrets: inherit |