mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 23:23:06 +08:00
15 lines
228 B
YAML
15 lines
228 B
YAML
name: Greetings
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
pull_request_target:
|
|
branches: [main]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
greetings:
|
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.13.0
|