Skip to content

Commit 41bcec7

Browse files
committed
Try a workflow using suggested changes
Signed-off-by: Chad Dombrova <chadrik@gmail.com>
1 parent 88a3425 commit 41bcec7

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/wheel.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,16 @@ jobs:
187187
fi
188188
# if: failure()
189189

190-
- name: Commit changed stubs back to the repository
191-
uses: stefanzweifel/git-auto-commit-action@v6
190+
# - name: Commit changed stubs back to the repository
191+
# uses: stefanzweifel/git-auto-commit-action@v6
192+
# with:
193+
# commit_message: "Automatic update to python stubs"
194+
# # if: failure()
195+
196+
- uses: parkerbxyz/suggest-changes@v2.0.1
192197
with:
193-
commit_message: "Automatic update to python stubs"
194-
# if: failure()
198+
comment: 'Please commit the suggested changes from the python stub generator.'
199+
event: 'REQUEST_CHANGES'
195200

196201
# ---------------------------------------------------------------------------
197202
# Linux ARM Wheels

0 commit comments

Comments
 (0)