Skip to content

Commit

Permalink
No pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
edbourque0 authored Apr 16, 2024
1 parent bd38bec commit d03be1e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,3 @@ jobs:
run: |
cd clashstats
black .
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Format Python code with Black"
title: "Automated Code Formatting"
body: "This is an auto-generated PR with code formatting changes"
branch: "format-code-${{ github.run_number }}"
delete-branch: true

0 comments on commit d03be1e

Please sign in to comment.