Skip to content

fix: Update auto cherry-pick workflow#230

Merged
amanstep merged 1 commit into
mainfrom
fix-auto-cherry-pick
May 15, 2026
Merged

fix: Update auto cherry-pick workflow#230
amanstep merged 1 commit into
mainfrom
fix-auto-cherry-pick

Conversation

@anurag-stepsecurity
Copy link
Copy Markdown
Contributor

No description provided.

description: "Base branch to create the PR against"
required: true
default: "main"
node_version:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why removed node_version?

if: (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') || github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
with:
original-owner: "madhead"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

below we have node_version and above we dont
also we dont have mode below

Signed-off-by: Anurag Rajawat <anurag@stepsecurity.io>
@amanstep amanstep merged commit b36e309 into main May 15, 2026
10 checks passed
@anurag-stepsecurity anurag-stepsecurity deleted the fix-auto-cherry-pick branch May 15, 2026 12:32
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.

3 participants