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 45fff00 commit 8bcceafCopy full SHA for 8bcceaf
.github/workflows/autopep8.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
args: $(git ls-files '*.py') --recursive --in-place --aggressive --aggressive .
12
- name: Create Pull Request
13
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4.1.1
14
15
commit-message: autopep8 action fixes
16
title: Fixes by autopep8 action
@@ -19,3 +19,4 @@ jobs:
19
reviewers: rohanpsingh
20
branch: autopep8-patches
21
base: ${{ github.head_ref }}
22
+ delete-branch: true
0 commit comments