From c76cbf00e8bc39a5aca1027813020489c1990f75 Mon Sep 17 00:00:00 2001 From: aiden vigue Date: Thu, 10 Jun 2021 09:17:22 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e91f2ad6..d0bb7e62 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,11 +18,8 @@ jobs: - name: Run SwiftLint run: swiftlint --fix - - name: Commit new changes to the repo - run: | - git config user.name jellyfin-bot - git config user.email team@jellyfin.org - git pull - git add . - git commit -m "auto lint" || echo - git push + - name: Create Pull Request + uses: peter-evans/create-pull-request@v3 + with: + title: "[ci] SwiftLint" + reviewers: "acvigue"