Skip to content

Commit

Permalink
just use gh
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Sep 26, 2024
1 parent 26642a1 commit 4a523bb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
echo "" >> $FILENAME
echo "## Changelog" >> $FILENAME
echo "${{ steps.release.outputs.body }}" >> $FILENAME
gh --help
- name: Commit and push changes
run: |
Expand All @@ -65,12 +64,6 @@ jobs:
git push -u origin autochangelog/${{ steps.release.outputs.name }}
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BEAM_DOCS_PAT }}
path: beam-docs
commit-message: "Add changelog for ${{ steps.release.outputs.name }}"
branch: autochangelog/${{ steps.release.outputs.name }}
title: "Changelog for ${{ steps.release.outputs.name }}"
body: "This PR adds the changelog for ${{ steps.release.outputs.name }}."
base: main
run: |
cd beam-docs
gh pr create --title "Changelog for ${{ steps.release.outputs.name }}" --body "This PR adds the changelog for ${{ steps.release.outputs.name }}." --base main --head autochangelog/${{ steps.release.outputs.name }}

0 comments on commit 4a523bb

Please sign in to comment.