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>
22 lines
479 B
YAML
22 lines
479 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
# This workflow is built to manage the triage support by using GH issues.
|
|
name: '[Support] Organize triage'
|
|
on:
|
|
issues:
|
|
types:
|
|
- reopened
|
|
- opened
|
|
pull_request_target:
|
|
types:
|
|
- reopened
|
|
- opened
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
issues: write
|
|
jobs:
|
|
call-triage-workflow:
|
|
uses: bitnami/support/.github/workflows/item-opened.yml@main
|
|
secrets: inherit |