ci: add fastlane metadata validation and update release trigger (#427)
* ci: auto trigger release pull requests when on changelog update * chore: add code owners * ci: add fastlane metadata validation
This commit is contained in:
parent
99d2c749b4
commit
8c5bb9a32c
4 changed files with 20 additions and 6 deletions
4
.github/workflows/prepare-release-pr.yml
vendored
4
.github/workflows/prepare-release-pr.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
repository_dispatch:
|
||||
types: [prepare-release]
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "CHANGELOG.md"
|
||||
|
||||
jobs:
|
||||
call-release-pr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue