Skip to content

test: cover pull request label creation cleanup - #62

Merged
ChristophShyper merged 2 commits into
masterfrom
feat/pull-request-labels
Jul 9, 2026
Merged

test: cover pull request label creation cleanup#62
ChristophShyper merged 2 commits into
masterfrom
feat/pull-request-labels

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

📝 Brief description

test: cover pull request label creation cleanup
fix: quote branch names in e2e action pull request workflow

💻 Commits

  • c4586bb - ChristophShyper - 2026-07-09 21:52:22
    | fix: quote branch names in e2e action pull request workflow
    |

  • 3da6b52 - ChristophShyper - 2026-07-09 19:56:55
    test: cover pull request label creation cleanup
    Add an end-to-end scenario for action-pull-request that exercises
    create_missing_labels with a zzz-prefixed label containing /, verifies
    the label is attached to the created PR, and deletes the temporary
    label during cleanup so test artifacts do not pollute repository labels.

    Make the generated branch and label names rerun-safe by including
    github.run_attempt, preventing stale artifacts from causing false
    positives or rerun failures.

📁 Modified files

.github/workflows/e2e-action-pull-request.yml | 123 ++++++++++++++++++++++++++
README.md | 2 +-
2 files changed, 124 insertions(+), 1 deletion(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Add an end-to-end scenario for action-pull-request that exercises
create_missing_labels with a zzz-prefixed label containing /, verifies
the label is attached to the created PR, and deletes the temporary
label during cleanup so test artifacts do not pollute repository labels.

Make the generated branch and label names rerun-safe by including
github.run_attempt, preventing stale artifacts from causing false
positives or rerun failures.
@ChristophShyper
ChristophShyper merged commit df6f3c4 into master Jul 9, 2026
11 checks passed
@ChristophShyper
ChristophShyper deleted the feat/pull-request-labels branch July 9, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant