File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,16 @@ jobs:
187
187
fi
188
188
# if: failure()
189
189
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
192
197
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 '
195
200
196
201
# ---------------------------------------------------------------------------
197
202
# Linux ARM Wheels
You can’t perform that action at this time.
0 commit comments