mirror of
https://github.com/FossifyOrg/Phone.git
synced 2025-12-24 00:17:45 -05:00
* ci: auto trigger release pull requests when on changelog update * chore: add code owners * ci: add fastlane metadata validation
16 lines
288 B
YAML
16 lines
288 B
YAML
name: Prepare Release PR
|
|
|
|
on:
|
|
repository_dispatch:
|
|
types: [prepare-release]
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- "CHANGELOG.md"
|
|
|
|
jobs:
|
|
call-release-pr:
|
|
uses: FossifyOrg/.github/.github/workflows/prepare-release-pr.yml@main
|
|
secrets: inherit
|