Skip to content

Commit

Permalink
ci: update changelog automation (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Sep 12, 2024
1 parent 050208a commit ac2bdc9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config pull.rebase true
git pull origin main
git checkout -b changelog-update
git checkout -b changelog-update-${{ github.run_id }}
git add .
git commit -m "Update Changelog"
git push origin changelog-update
gh pr create --title chore: update changelog" --body "This is an auto-generated PR to update the changelog." --base main --head changelog-update --repo ${{ github.repository }} --confirm
git push origin changelog-update-${{ github.run_id }}
gh pr create --title chore: update changelog" --body "This is an auto-generated PR to update the changelog." --base main --head changelog-update-${{ github.run_id }} --repo ${{ github.repository }} --confirm

0 comments on commit ac2bdc9

Please sign in to comment.