Skip to content

Commit

Permalink
try different create action :)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 25, 2024
1 parent 4220ce0 commit 974039d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ jobs:
- run: pnpm i
- name: Format with Prettier
run: pnpm prettier --write .
- uses: gr2m/create-or-update-pull-request-action@v1
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "[ci] format"
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: ci/format
delete-branch: true
title: "[ci] format"
body: "This PR was automatically created to format the repository using prettier."
branch: "ci/format"
commit-message: "[ci] format"
author: "trueberryless <[email protected]>"
labels: 🤖 bot
labels: |
🤖 bot
assignees: trueberryless
reviewers: trueberryless
draft: false

0 comments on commit 974039d

Please sign in to comment.