Skip to content

test: multi label + update title#233

Merged
LeVinhGithub merged 1 commit intomainfrom
harry/update-pr-creation-title-label-var
Apr 1, 2026
Merged

test: multi label + update title#233
LeVinhGithub merged 1 commit intomainfrom
harry/update-pr-creation-title-label-var

Conversation

@LeVinhGithub
Copy link
Copy Markdown
Contributor

@LeVinhGithub LeVinhGithub commented Mar 31, 2026

Summary

Extends the reusable create-pr-feature-flag-registry-drift workflow so callers can pass multiple PR labels (comma- or newline-separated) and a custom PR title prefix, while still appending the existing UTC timestamp suffix.

Changes

  • pr-label: Description updated; labels are split on commas/newlines, trimmed, and passed as repeated gh pr create --label arguments.
  • pr-title-prefix: New optional workflow_call input (default in this commit: test: Sync Feature Flag Registry) wired into PR_TITLE_PREFIX and used as --title "${PR_TITLE_PREFIX} - $TIMESTAMP".

Testing

  • Call the workflow with pr-label as comma-separated and multiline values and confirm all labels apply.
  • Call with pr-title-prefix and confirm title is {prefix} - {timestamp}.

Fixes

Fixes: N/A


Note

Low Risk
Limited to a GitHub Actions workflow and only changes PR metadata (labels/title); main risk is minor label parsing issues affecting labeling.

Overview
Updates the reusable create-pr-feature-flag-registry-drift workflow to support applying multiple PR labels by parsing pr-label as comma/newline-separated values and passing repeated gh pr create --label flags.

Adds a new optional pr-title-prefix input and uses it to build the PR title (${prefix} - ${timestamp}) instead of the previously hardcoded [QA] Sync Feature Flag Registry title.

Written by Cursor Bugbot for commit 75d3d57. This will update automatically on new commits. Configure here.

@LeVinhGithub LeVinhGithub self-assigned this Mar 31, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Comment thread .github/workflows/create-pr-feature-flag-registry-drift.yml
@LeVinhGithub LeVinhGithub merged commit e37c702 into main Apr 1, 2026
21 checks passed
@LeVinhGithub LeVinhGithub deleted the harry/update-pr-creation-title-label-var branch April 1, 2026 07:17
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