Skip to content

Commit

Permalink
chore: prefix PR title to match conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Jan 22, 2024
1 parent 7cf8b6e commit 020d967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-cli-help-to-user-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git push --force --set-upstream origin docs/automatic-gitbook-update
if [[ ! $(gh pr view docs/automatic-gitbook-update 2>&1 | grep -q "no open pull requests";) ]]; then
echo "Creating PR"
gh pr create --title="Synchronizing CLI help from user-docs" --body="Automatic PR controlled by GitHub Action" --head docs/automatic-gitbook-update
gh pr create --title="docs: Synchronizing CLI help from user-docs" --body="Automatic PR controlled by GitHub Action" --head docs/automatic-gitbook-update
fi
echo "PR exists, pushed changes to it."
else
Expand Down

0 comments on commit 020d967

Please sign in to comment.