mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-04-29 02:25:56 -04:00
11 lines
191 B
YAML
11 lines
191 B
YAML
name: Release Commenter
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
call-release-commenter:
|
|
uses: FossifyOrg/.github/.github/workflows/release-commenter.yml@main
|
|
secrets: inherit
|