mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 22:53:06 +08:00
Bumps the github-actions-dependencies group with 2 updates: -[hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) - [hoverkraft-tech/ci-dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor). --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-common dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: hoverkraft-tech/ci-dokumentor dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
310 B
YAML
17 lines
310 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@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
|