mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
20 lines
539 B
YAML
20 lines
539 B
YAML
# Copyright VMware, Inc.
|
||
# SPDX-License-Identifier: APACHE-2.0
|
||
|
||
name: '[Support] PR review comment card movements'
|
||
on:
|
||
pull_request_review_comment:
|
||
types:
|
||
- created
|
||
permissions: {}
|
||
# Avoid concurrency over the same issue
|
||
concurrency:
|
||
group: card-movement-${{ github.event.pull_request.number }}
|
||
jobs:
|
||
just-notice:
|
||
# This is a dummy workflow that triggers a workflow_run
|
||
runs-on: ubuntu-latest
|
||
steps:
|
||
- id:
|
||
run: |
|
||
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}" |