Skip to content

Conversation

@olblak
Copy link
Member

@olblak olblak commented Nov 7, 2025

While investigating #6607 I noticed that the action object would drop the change done a few line aboves
So this line is not needed

Test

I test this change with an action that doesn't content a title such as

  actions:
    default:
      kind: github/pullrequest
      spec:
        automerge: false
        labels:
          - chore
          - skip-changelog
      scmid: default

Additional Information

Checklist

  • I have updated the documentation via pull request in website repository.

Tradeoff

Potential improvement

@olblak olblak added the bug Something isn't working label Nov 7, 2025
@olblak olblak changed the title fix: don't reset action object fix: Correctly set default action title based on pipeline title Nov 7, 2025
@olblak olblak enabled auto-merge (squash) November 7, 2025 20:55
@olblak olblak requested a review from Copilot November 7, 2025 20:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a bug in the RunActions() function where the action.Scm assignment was being inadvertently discarded.

  • Removes a redundant line that was overwriting the local action variable after the SCM had been assigned to it

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@olblak olblak merged commit 6cdb4de into updatecli:main Nov 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant