-
-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
github/pullrequest action is failing since v.0.110.0.
Reverting the pipeline to use the previous version (v0.109.0) and the action works as expected and GitHub Pull Requests are created.
Expected Behavior
Pull request is successfuly created.
Steps To Reproduce
Pasting this action in particular, but all our github/pullrequest actions are failing across all pipelines and repositories. Pipelines are running as a GitHub Workflow action with updatecli/updatecli-action downloading latest.
actions:
nodesAmis:
kind: github/pullrequest
title: Update EKS NodeGroups bottlerocket AMI to `{{ source "bottlerocketArm64NodeAmiVersion" }}`
scmid: default
spec:
draft: true
labels:
- eks
- dependenciesI tried to run it with --debug but I don't get more output than this with either:
Pipeline Name : Update bottlerocket nodes AMI
Pipeline ID : c686ea493f9fed8fb7408a9c467a630ad4502b236231473ae930d9d22e7cbe71
Dry run : false
Repository : github.com/<REDACTED>/<REDACTED>
Action : Update EKS NodeGroups bottlerocket AMI to `1.50.0-80378023`
---
ERROR: action stage: "Something went wrong while executing your query on 2025-11-07T09:20:15Z. Please include `4430:1F2FF2:3139DD7:32613C1:690DB9CF` when reporting this issue."
The action only fails when there's a new version, meaning when it actually needs to create a Pull Request. Nothing changed in terms of repository settings. GH Actions still have permissions to create Pull Requests as they ever had.
Worth mentioning that sources and targets, they run as expected, with no visible errors.
Environment
- OS: GH Workflow with `ubuntu-latest`
- updatecli: 0.110.0Pipeline Graph
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status