mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-01-30 02:01:54 -05: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
|