mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-06-09 00:04:37 -04:00
15 lines
250 B
YAML
15 lines
250 B
YAML
name: Notify Chloé (Issue Triage)
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
issue_comment:
|
|
types: [created]
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
notify:
|
|
uses: sdkman/.github/.github/workflows/reusable-triage.yml@main
|
|
secrets: inherit
|