Skip to content

Commit

Permalink
make linter auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Jul 26, 2022
1 parent 32557ed commit 0637dc5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
with:
args: --recursive --in-place .

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit-message: Lint script with autopep8
title: Lint script with autopep8
body: This is an auto-generated PR linted by autopep8.
labels: automated
reviewers: itsnebulalol
branch: lint
commit_message: Lint script with autopep8

0 comments on commit 0637dc5

Please sign in to comment.