Skip to content

Commit

Permalink
fix: github workflow branching (#194)
Browse files Browse the repository at this point in the history
* fix: release notes only on release

* fix: attempting to fix the pr creator

* fix: testing on push

* fix: fixes the event

* fix: fixes the pr creator

* fix: persist branch
  • Loading branch information
grantdfoster authored Aug 12, 2024
1 parent fb8ea2e commit 443caa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git checkout -b docs/update-release-notes
git add docs/RELEASE_NOTES.md
git commit -m "chore: update release notes"
Expand All @@ -40,3 +41,4 @@ jobs:
title: "chore: update release notes"
body: "**Description:**\n\nThis PR is automated and orchestrated by the release workflow. It updates the release notes in docs/RELEASE_NOTES.md every time a new release is published. This automation ensures that our documentation is always up to date with the latest release notes, and links out to all previous release notes as well. This bot makes the description of this PR just a little bit longer as to pass our CI checks! I will write one more sentence to make the PR description longer\n\nI will write one more sentence to make the PR description longer. I need to say just a bit more about this PR to pass the checks, but I'm fairly sure including this last sentence will do it! Kidding, this bot needs to write just a bit more to do it! Oh, how you've just gotta love CI and automation in general! Let me say that sentence one more time: this bot needs to write more characters so that the we pass all of our checks!"
base: "main"
branch: "docs/update-release-notes"

0 comments on commit 443caa9

Please sign in to comment.