ci: update release workflows (#423)
This commit is contained in:
parent
7849e2a635
commit
11c793831e
7 changed files with 30 additions and 63 deletions
11
.github/workflows/prepare-release-pr.yml
vendored
Normal file
11
.github/workflows/prepare-release-pr.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Prepare Release PR
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [prepare-release]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-release-pr:
|
||||
uses: FossifyOrg/.github/.github/workflows/prepare-release-pr.yml@main
|
||||
secrets: inherit
|
||||
Loading…
Add table
Add a link
Reference in a new issue