We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b566dd commit d0d7627Copy full SHA for d0d7627
.github/workflows/openapi-client.yaml
@@ -84,14 +84,13 @@ jobs:
84
id: cpr
85
with:
86
token: ${{ steps.app-token.outputs.token }}
87
- base: ${{ github.event.repository.default_branch }}
+ base: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || github.event.repository.default_branch }}
88
delete-branch: true
89
draft: true
90
add-paths: "packages/eqmonitor_api/lib/**/*"
91
signoff: true
92
sign-commits: true
93
commit-message: "chore: regenerate OpenAPI client"
94
- committer: "GitHub Actions <noreply@github.com>"
95
branch: "regenerate-openapi-client/patch"
96
labels: "Auto Update"
97
reviewers: ${{ github.actor }}
0 commit comments