We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a3425 commit 41bcec7Copy full SHA for 41bcec7
1 file changed
.github/workflows/wheel.yml
@@ -187,11 +187,16 @@ jobs:
187
fi
188
# if: failure()
189
190
- - name: Commit changed stubs back to the repository
191
- uses: stefanzweifel/git-auto-commit-action@v6
+# - name: Commit changed stubs back to the repository
+# 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
197
with:
- commit_message: "Automatic update to python stubs"
-# if: failure()
198
+ comment: 'Please commit the suggested changes from the python stub generator.'
199
+ event: 'REQUEST_CHANGES'
200
201
# ---------------------------------------------------------------------------
202
# Linux ARM Wheels
0 commit comments