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 c33253b commit ddbf3d7Copy full SHA for ddbf3d7
.github/workflows/update-schema.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
with:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
+ fetch-depth: 0
23
24
- name: Set up Go
25
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
@@ -71,6 +72,7 @@ jobs:
71
72
commit_user_name: 'github-actions[bot]'
73
commit_user_email: 'github-actions[bot]@users.noreply.github.com'
74
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
75
+ pull_strategy: 'rebase'
76
77
- name: Comment on PR
78
if: steps.schema-check.outputs.schema_changed == 'true'
0 commit comments