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