We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252c22 commit 813dc6fCopy full SHA for 813dc6f
.github/workflows/automatic-api-update.yaml
@@ -35,5 +35,8 @@ jobs:
35
with:
36
delete-branch: "true"
37
title: "Update API to ${{ github.event.client_payload.BUFTAG }}"
38
+ # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#triggering-further-workflow-runs
39
+ # This is how we ensure that workflows run
40
+ draft: "always-true"
41
branch: "api-change/${{ github.event.client_payload.BUFTAG }}"
42
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments