Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
66e5927
refactor: adding the PR URL to automated PR description
mfranzke Aug 26, 2025
d099e40
test: enforce a screenshot update
mfranzke Aug 26, 2025
8f93061
auto update snapshots (#4837)
github-actions[bot] Aug 26, 2025
ae945f1
refactor: other formatting
mfranzke Aug 26, 2025
eb93e93
Revert "test: enforce a screenshot update"
mfranzke Aug 26, 2025
8269c6e
auto update snapshots (#4838)
github-actions[bot] Aug 26, 2025
bdf21a4
refactor: corrected the branch relation
mfranzke Aug 26, 2025
8fa92a3
Reapply "test: enforce a screenshot update"
mfranzke Aug 26, 2025
e245f9d
auto update snapshots (#4839)
github-actions[bot] Aug 26, 2025
141d1f3
merge
mfranzke Oct 15, 2025
4b7f380
Update button.json
mfranzke Oct 15, 2025
77085da
auto update snapshots (#5270)
github-actions[bot] Oct 15, 2025
c2efc6a
Apply suggestions from code review
mfranzke Oct 15, 2025
3811b6b
chore: enforce a screenshot update
mfranzke Oct 15, 2025
0a6221b
Merge branch 'main' into refactor-adding-the-pr-url-to-automated-pr-d…
mfranzke Oct 15, 2025
60c3f8e
Update action.yml
mfranzke Oct 15, 2025
e33801b
auto update snapshots (#5272)
github-actions[bot] Oct 15, 2025
16d206d
Update button.json
mfranzke Oct 15, 2025
6a4cb47
auto update snapshots (#5276)
github-actions[bot] Oct 15, 2025
c5cef31
Merge branch 'main' into refactor-adding-the-pr-url-to-automated-pr-d…
nmerget Oct 16, 2025
4622d8a
auto update snapshots (#5281)
github-actions[bot] Oct 16, 2025
461922d
Merge branch 'main' into refactor-adding-the-pr-url-to-automated-pr-d…
mfranzke Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/actions/auto-commit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ runs:
NEW_PR_BRANCH: ${{ inputs.branch-name }}
BASE_BRANCH: ${{ github.head_ref }}
run: |
gh pr create --base "$BASE_BRANCH" --head "$NEW_PR_BRANCH" --title "Automated PR: $COMMIT_MESSAGE" --body "This PR was created automatically by a GitHub Action."
PR_BODY="This PR was created automatically by a GitHub Action.

Target PR (this PR will be merged into): <https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}>"

# Create the PR and capture its URL
gh pr create --base "$BASE_BRANCH" --head "$NEW_PR_BRANCH" --title "Automated PR: $COMMIT_MESSAGE" --body "$PR_BODY"

# https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
- name: 🧬 Generate a token
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading