Skip to content

Commit 8bcceaf

Browse files
authored
Update autopep8.yml
1 parent 45fff00 commit 8bcceaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/autopep8.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
args: $(git ls-files '*.py') --recursive --in-place --aggressive --aggressive .
1212
- name: Create Pull Request
13-
uses: peter-evans/create-pull-request@v3
13+
uses: peter-evans/create-pull-request@v4.1.1
1414
with:
1515
commit-message: autopep8 action fixes
1616
title: Fixes by autopep8 action
@@ -19,3 +19,4 @@ jobs:
1919
reviewers: rohanpsingh
2020
branch: autopep8-patches
2121
base: ${{ github.head_ref }}
22+
delete-branch: true

0 commit comments

Comments
 (0)