Skip to content

Commit

Permalink
fix: github workflow (#200)
Browse files Browse the repository at this point in the history
* fix: github workflow fix

* chore: attempt to fix on push
  • Loading branch information
grantdfoster authored Aug 13, 2024
1 parent b629271 commit 52deab3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ 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"
git push origin docs--update-release-notes
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand All @@ -41,5 +39,3 @@ jobs:
commit-message: "chore: update release notes"
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 52deab3

Please sign in to comment.