Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jan 18, 2024
1 parent 69b602a commit 12bd0a2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ jobs:
fi
# Note: Doesn't work for `push` or `pull_request` triggers
- name: Create pull request
if: steps.typos.output == 'true'
uses: peter-evans/create-pull-request@v5
if: steps.typos.output == 'true'
with:
title: [automated] Fix typos
commit-message: [automated] Fix typos
# Test if this default will cause collisions
#branch: create-pull-request/patch
labels: automated issue,documentation
commit-message: '[automated] Fix typos'
title: '[automated] Fix typos'
body-path: ./_body.md

labels: automated issue, documentation

0 comments on commit 12bd0a2

Please sign in to comment.