Skip to content

ci: replace invalid peter-evans action SHA with gh CLI in update workflow#225

Draft
johnsyweb with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-github-actions-job-update
Draft

ci: replace invalid peter-evans action SHA with gh CLI in update workflow#225
johnsyweb with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-github-actions-job-update

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

The update job was failing at startup because peter-evans/create-pull-request was pinned to a SHA (271a8d4a0803a34955dd159102031f8e62f55259) that doesn't exist in that repository, preventing any steps from running.

Changes

  • .github/workflows/aube-update.yml — removes the peter-evans/create-pull-request step entirely; replaces it with gh CLI commands (pre-installed on GitHub-hosted runners):
    • Configures github-actions[bot] git identity
    • Creates/resets chore/aube-deps-update branch, stages changes, and exits early if nothing changed
    • Commits, force-pushes, and runs gh pr create
    • Uses set -e for fail-fast behaviour on git errors

Copilot AI changed the title ci: fix update workflow by replacing invalid peter-evans action with gh CLI ci: replace invalid peter-evans action SHA with gh CLI in update workflow Jul 7, 2026
Copilot AI requested a review from johnsyweb July 7, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants