Skip to content

Conversation

@gounthar
Copy link
Owner

@gounthar gounthar commented Aug 1, 2025

This PR contains automatically updated PR statistics data. Generated by GitHub Actions.

Summary by CodeRabbit

  • Chores
    • Added a new JUnit5 migration candidate entry for the "jenkinsci/jenkins" repository.
    • Updated and reorganized existing entries to improve data accuracy and grouping.
    • Advanced the timestamp for the JUnit5 migration candidate list.
    • Added new entries for related dependency bumps in the "jenkinsci/bom" repository.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 1, 2025

Walkthrough

This change updates two files that track JUnit5 migration candidate pull requests. It adds a new PR entry for the jenkinsci/jenkins repository, updates and reorders several existing entries, and makes minor timestamp and metadata adjustments. No code or public API declarations are affected.

Changes

Cohort / File(s) Change Summary
JUnit5 Migration Candidates JSON Data
data/junit5/junit5_candidates.json
Added a new PR entry for jenkinsci/jenkins JUnit5 migration; reordered and updated existing PR entries, including timestamps and labels; no structural changes.
JUnit5 Candidate PRs List
junit5_candidate_prs.txt
Updated timestamp to August 1, 2025; reorganized, grouped, and reordered plugin entries; added new entries for jenkinsci/bom dependency bumps; no content changes to existing entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

A hop, a skip, a JSON tweak,
New PRs join the migration streak.
Old entries shuffled, all in line,
Timestamps polished till they shine.
With every change, the garden grows—
JUnit5, the future shows!
🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch auto-update-pr-data

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Summary of Changes

Hello @gounthar, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request provides an automated update to the collection of JUnit5 migration pull request data. The changes primarily involve refreshing the list of candidate pull requests for JUnit5 migration, ensuring that the stored data and corresponding text file are current with the latest information. This update helps maintain an accurate overview of ongoing JUnit5 adoption efforts.

Highlights

  • Data Update: JUnit5 PR Candidates JSON: I've updated the data/junit5/junit5_candidates.json file to include new pull requests related to JUnit5 migration efforts across various Jenkins plugins and the Jenkins core.
  • Data Update: JUnit5 PR Candidates Text File: I've also updated the junit5_candidate_prs.txt file to reflect these changes and maintain an up-to-date list of candidate PR URLs.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments or fill out our survey to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request contains automated updates to PR statistics data. The changes in both the JSON and text files show a lot of reordering, which makes the diffs noisy and hard to review. My feedback focuses on improving the stability of the file contents by applying a consistent sorting order. This will make future automated updates much cleaner and easier to verify.

Comment on lines +3 to +15
{
"title": "Migrate tests to JUnit5",
"url": "https://github.com/jenkinsci/jenkins/pull/10895",
"repository": "jenkinsci/jenkins",
"state": "OPEN",
"author": "strangelookingnerd",
"labels": [
"internal",
"tests"
],
"body": "Amending PR: #10559 #10576 #10577 #10578 #10579 #10580 #10581 #10582\nWith the addition of jenkinsci/jenkins-test-harness#988 more tests can now be migrated to JUnit5.\nChanges include:\n\nMigrate annotations and imports\nMigrate assertions\nRemove public visibility for test classes and methods\nMinor clean up\n\nWhy this is a good change:\n\nJUnit 5 is the modern standard: It offers a cleaner and more powerful programming model, better extensibility, and improved support for modern Java features (like lambdas, streams, and optional parameters).\nImproved test maintainability: JUnit 5’s more expressive annotations and lifecycle management make tests easier to read, write, and debug.\nEnables use of modern extensions: Migrating paves the way to leverage powerful third-party extensions and tooling (e.g., parameterized tests, dynamic tests, conditional execution).\n\nIt is important to notice that this change should not alter the test logic, but bring the project in line with modern best practices and help keeping it future-proof.\nI am well aware that this is a huge changeset however I hope that there is still interest in this PR and it will be reviewed.\nIf there are any questions, please do not hesitate to ping me.\nTesting done\nLot's of local testing. Still there are some tests that I could not run in environement.\nProposed changelog entries\n\nMigrate tests to JUnit5\n\nProposed changelog category\n/label internal, tests\nProposed upgrade guidelines\nN/A\nSubmitter checklist\n\n The Jira issue, if it exists, is well-described.\n The changelog entries and upgrade guidelines are appropriate for the audience affected by the change (users or developers, depending on the change) and are in the imperative mood (see examples). Fill in the Proposed upgrade guidelines section only if there are breaking changes or changes that may require extra steps from users during upgrade.\n There is automated testing or an explanation as to why this change has no tests.\n New public classes, fields, and methods are annotated with @Restricted or have @since TODO Javadocs, as appropriate.\n New deprecations are annotated with @Deprecated(since = \"TODO\") or @Deprecated(forRemoval = true, since = \"TODO\"), if applicable.\n New or substantially changed JavaScript is not defined inline and does not call eval to ease future introduction of Content Security Policy (CSP) directives (see documentation).\n For dependency updates, there are links to external changelogs and, if possible, full differentials.\n For new APIs and extension points, there is a link to at least one consumer.\n\nDesired reviewers\nAnyone really, it's a big changeset with lots of repetitions.\nBefore the changes are marked as ready-for-merge:\nMaintainer checklist\n\n There are at least two (2) approvals for the pull request and no outstanding requests for change.\n Conversations in the pull request are over, or it is explicit that a reviewer is not blocking the change.\n Changelog entries in the pull request title and/or Proposed changelog entries are accurate, human-readable, and in the imperative mood.\n Proper changelog labels are set so that the changelog can be generated automatically.\n If the change needs additional upgrade steps from users, the upgrade-guide-needed label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).\n If it would make sense to backport the change to LTS, a Jira issue must exist, be a Bug or Improvement, and be labeled as lts-candidate to be considered (see query).",
"createdAt": "2025-07-31T09:31:28Z"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The order of pull requests in this JSON array appears to be unstable, which leads to large and noisy diffs in each update. To improve maintainability and make reviews easier, I suggest sorting the prs array consistently. A good sorting order would be by repository and then by PR number (which can be extracted from the url). This will ensure that new PRs are added in a predictable location and the order of existing PRs remains stable.

Comment on lines 91 to +104
# jenkinsci/signpath-plugin - Migrate tests to JUnit5 (OPEN)
https://github.com/jenkinsci/signpath-plugin/pull/41

# jenkinsci/wiz-scanner-plugin - Migrate tests to JUnit5 (OPEN)
https://github.com/jenkinsci/wiz-scanner-plugin/pull/10

# jenkinsci/plain-credentials-plugin - Migrate tests to JUnit5 (OPEN)
https://github.com/jenkinsci/plain-credentials-plugin/pull/84

# jenkinsci/docker-fixtures - Add `DockerExtension` to support `DockerContainer` for JUnit5 (OPEN)
https://github.com/jenkinsci/docker-fixtures/pull/122

# jenkinsci/display-url-api-plugin - Migrate tests to JUnit5 (OPEN)
https://github.com/jenkinsci/display-url-api-plugin/pull/255

# jenkinsci/docker-fixtures - Add `DockerExtension` to support `DockerContainer` for JUnit5 (OPEN)
https://github.com/jenkinsci/docker-fixtures/pull/122
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Similar to the JSON file, the order of entries in this text file is unstable, creating noisy diffs. To make changes easier to track, I recommend sorting the PR entries alphabetically by repository name. Each entry consists of a comment line with the repository and title, and the URL line. Keeping these blocks together and sorting them would greatly improve the clarity of future updates.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

♻️ Duplicate comments (1)
data/junit5/junit5_candidates.json (1)

1014-1016: Second copy of jenkinsci/jenkins#10895 detected

These lines introduce another object for the same PR already defined at Lines 3-15. Please deduplicate to avoid inconsistent analytics.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5bafa46 and b5f5bf7.

📒 Files selected for processing (2)
  • data/junit5/junit5_candidates.json (17 hunks)
  • junit5_candidate_prs.txt (14 hunks)
🧰 Additional context used
🧠 Learnings (3)
📓 Common learnings
Learnt from: gounthar
PR: gounthar/alpha-omega-stats#0
File: :0-0
Timestamp: 2025-03-07T16:15:13.008Z
Learning: For the jenkins-pr-collector tool, all PRs should be logged, not just those with specific keywords like "odernizer" or "recipe" in the body text.
Learnt from: gounthar
PR: gounthar/alpha-omega-stats#0
File: :0-0
Timestamp: 2025-03-07T16:15:13.008Z
Learning: The jenkins-pr-collector should log all PRs found, not just the ones with specific strings like "odernizer" in the body.
📚 Learning: the jenkins-pr-collector should log all prs found, not just the ones with specific strings like "ode...
Learnt from: gounthar
PR: gounthar/alpha-omega-stats#0
File: :0-0
Timestamp: 2025-03-07T16:15:13.008Z
Learning: The jenkins-pr-collector should log all PRs found, not just the ones with specific strings like "odernizer" in the body.

Applied to files:

  • data/junit5/junit5_candidates.json
  • junit5_candidate_prs.txt
📚 Learning: for the jenkins-pr-collector tool, all prs should be logged, not just those with specific keywords l...
Learnt from: gounthar
PR: gounthar/alpha-omega-stats#0
File: :0-0
Timestamp: 2025-03-07T16:15:13.008Z
Learning: For the jenkins-pr-collector tool, all PRs should be logged, not just those with specific keywords like "odernizer" or "recipe" in the body text.

Applied to files:

  • data/junit5/junit5_candidates.json
  • junit5_candidate_prs.txt
🧬 Code Graph Analysis (1)
data/junit5/junit5_candidates.json (2)
cmd/find-junit5-prs/main.go (1)
  • isJUnit5MigrationPR (372-501)
analyze-junit5-prs.sh (1)
  • process_pr (29-59)
🔇 Additional comments (20)
junit5_candidate_prs.txt (3)

1-3: Header timestamp correctly advanced – looks good.

The new collection date 2025-08-01 matches the PR title and action-run schedule.
No further action needed.


4-6: New Jenkins core PR entry added – please double-check the state.

jenkinsci/jenkins #10895 is marked (OPEN).
Before tomorrow’s automated run, ensure the PR is still open; if it merges/changes status, the next daily update should reflect that.


94-96: Re-ordering blocks – no functional impact detected.

All moved lines remain syntactically identical and free of duplicates.
LGTM from a data-integrity perspective.

Also applies to: 103-105, 127-129, 151-153, 184-186, 475-477, 511-513, 580-582, 589-591, 718-720, 937-939, 949-951, 997-999, 1003-1005, 1105-1107

data/junit5/junit5_candidates.json (17)

16-18: LGTM – new object structure is consistent

No schema deviations detected; keys match the existing contract.


297-305: LGTM – addition looks correct

Entry fields are complete; timestamp is ISO-8601; no immediate duplication found.


318-325: LGTM

Consistent with surrounding records.


408-415: LGTM

Metadata and body captured correctly.


488-495: LGTM

No issues spotted.


605-617: LGTM

Addition follows the expected schema.


1017-1029: LGTM

Aside from duplication concern, the object itself is fine.


1698-1708: LGTM

Entry for gitea-plugin merged PR looks correct.


1843-1850: LGTM

No structural issues.


2099-2107: LGTM

Closed-state entry recorded properly.


2145-2155: LGTM

Merged mailer-plugin PR entry is consistent.


2633-2641: LGTM

office-365-connector entry passes validation.


3471-3479: LGTM

tekton-client duplicate is acceptable (different PR id); data looks sane.


3519-3529: LGTM

Dependabot BOM update entry recorded correctly.


3713-3722: LGTM

slack plugin bump information is complete.


3737-3747: LGTM

ircbot-plugin depends bump entry OK.


4137-4146: LGTM

build-timeout plugin data valid.

Comment on lines +3 to +15
{
"title": "Migrate tests to JUnit5",
"url": "https://github.com/jenkinsci/jenkins/pull/10895",
"repository": "jenkinsci/jenkins",
"state": "OPEN",
"author": "strangelookingnerd",
"labels": [
"internal",
"tests"
],
"body": "Amending PR: #10559 #10576 #10577 #10578 #10579 #10580 #10581 #10582\nWith the addition of jenkinsci/jenkins-test-harness#988 more tests can now be migrated to JUnit5.\nChanges include:\n\nMigrate annotations and imports\nMigrate assertions\nRemove public visibility for test classes and methods\nMinor clean up\n\nWhy this is a good change:\n\nJUnit 5 is the modern standard: It offers a cleaner and more powerful programming model, better extensibility, and improved support for modern Java features (like lambdas, streams, and optional parameters).\nImproved test maintainability: JUnit 5’s more expressive annotations and lifecycle management make tests easier to read, write, and debug.\nEnables use of modern extensions: Migrating paves the way to leverage powerful third-party extensions and tooling (e.g., parameterized tests, dynamic tests, conditional execution).\n\nIt is important to notice that this change should not alter the test logic, but bring the project in line with modern best practices and help keeping it future-proof.\nI am well aware that this is a huge changeset however I hope that there is still interest in this PR and it will be reviewed.\nIf there are any questions, please do not hesitate to ping me.\nTesting done\nLot's of local testing. Still there are some tests that I could not run in environement.\nProposed changelog entries\n\nMigrate tests to JUnit5\n\nProposed changelog category\n/label internal, tests\nProposed upgrade guidelines\nN/A\nSubmitter checklist\n\n The Jira issue, if it exists, is well-described.\n The changelog entries and upgrade guidelines are appropriate for the audience affected by the change (users or developers, depending on the change) and are in the imperative mood (see examples). Fill in the Proposed upgrade guidelines section only if there are breaking changes or changes that may require extra steps from users during upgrade.\n There is automated testing or an explanation as to why this change has no tests.\n New public classes, fields, and methods are annotated with @Restricted or have @since TODO Javadocs, as appropriate.\n New deprecations are annotated with @Deprecated(since = \"TODO\") or @Deprecated(forRemoval = true, since = \"TODO\"), if applicable.\n New or substantially changed JavaScript is not defined inline and does not call eval to ease future introduction of Content Security Policy (CSP) directives (see documentation).\n For dependency updates, there are links to external changelogs and, if possible, full differentials.\n For new APIs and extension points, there is a link to at least one consumer.\n\nDesired reviewers\nAnyone really, it's a big changeset with lots of repetitions.\nBefore the changes are marked as ready-for-merge:\nMaintainer checklist\n\n There are at least two (2) approvals for the pull request and no outstanding requests for change.\n Conversations in the pull request are over, or it is explicit that a reviewer is not blocking the change.\n Changelog entries in the pull request title and/or Proposed changelog entries are accurate, human-readable, and in the imperative mood.\n Proper changelog labels are set so that the changelog can be generated automatically.\n If the change needs additional upgrade steps from users, the upgrade-guide-needed label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).\n If it would make sense to backport the change to LTS, a Jira issue must exist, be a Bug or Improvement, and be labeled as lts-candidate to be considered (see query).",
"createdAt": "2025-07-31T09:31:28Z"
},
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Duplicate entry for PR jenkinsci/jenkins#10895

The same PR appears again around Lines 1014-1016 (see later hunk). Keeping both objects bloats the dataset and may skew any downstream analytics that rely on the list being unique per PR.

Minimal fix – drop one of the two objects:

-    {
-      "title": "Migrate tests to JUnit5",
-      "url": "https://github.com/jenkinsci/jenkins/pull/10895",
-      ...
-      "createdAt": "2025-07-31T09:31:28Z"
-    },

(or remove the later one – pick either but keep only one).
Please rerun the generator or add a uniqueness check to the workflow.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
"title": "Migrate tests to JUnit5",
"url": "https://github.com/jenkinsci/jenkins/pull/10895",
"repository": "jenkinsci/jenkins",
"state": "OPEN",
"author": "strangelookingnerd",
"labels": [
"internal",
"tests"
],
"body": "Amending PR: #10559 #10576 #10577 #10578 #10579 #10580 #10581 #10582\nWith the addition of jenkinsci/jenkins-test-harness#988 more tests can now be migrated to JUnit5.\nChanges include:\n\nMigrate annotations and imports\nMigrate assertions\nRemove public visibility for test classes and methods\nMinor clean up\n\nWhy this is a good change:\n\nJUnit 5 is the modern standard: It offers a cleaner and more powerful programming model, better extensibility, and improved support for modern Java features (like lambdas, streams, and optional parameters).\nImproved test maintainability: JUnit 5’s more expressive annotations and lifecycle management make tests easier to read, write, and debug.\nEnables use of modern extensions: Migrating paves the way to leverage powerful third-party extensions and tooling (e.g., parameterized tests, dynamic tests, conditional execution).\n\nIt is important to notice that this change should not alter the test logic, but bring the project in line with modern best practices and help keeping it future-proof.\nI am well aware that this is a huge changeset however I hope that there is still interest in this PR and it will be reviewed.\nIf there are any questions, please do not hesitate to ping me.\nTesting done\nLot's of local testing. Still there are some tests that I could not run in environement.\nProposed changelog entries\n\nMigrate tests to JUnit5\n\nProposed changelog category\n/label internal, tests\nProposed upgrade guidelines\nN/A\nSubmitter checklist\n\n The Jira issue, if it exists, is well-described.\n The changelog entries and upgrade guidelines are appropriate for the audience affected by the change (users or developers, depending on the change) and are in the imperative mood (see examples). Fill in the Proposed upgrade guidelines section only if there are breaking changes or changes that may require extra steps from users during upgrade.\n There is automated testing or an explanation as to why this change has no tests.\n New public classes, fields, and methods are annotated with @Restricted or have @since TODO Javadocs, as appropriate.\n New deprecations are annotated with @Deprecated(since = \"TODO\") or @Deprecated(forRemoval = true, since = \"TODO\"), if applicable.\n New or substantially changed JavaScript is not defined inline and does not call eval to ease future introduction of Content Security Policy (CSP) directives (see documentation).\n For dependency updates, there are links to external changelogs and, if possible, full differentials.\n For new APIs and extension points, there is a link to at least one consumer.\n\nDesired reviewers\nAnyone really, it's a big changeset with lots of repetitions.\nBefore the changes are marked as ready-for-merge:\nMaintainer checklist\n\n There are at least two (2) approvals for the pull request and no outstanding requests for change.\n Conversations in the pull request are over, or it is explicit that a reviewer is not blocking the change.\n Changelog entries in the pull request title and/or Proposed changelog entries are accurate, human-readable, and in the imperative mood.\n Proper changelog labels are set so that the changelog can be generated automatically.\n If the change needs additional upgrade steps from users, the upgrade-guide-needed label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).\n If it would make sense to backport the change to LTS, a Jira issue must exist, be a Bug or Improvement, and be labeled as lts-candidate to be considered (see query).",
"createdAt": "2025-07-31T09:31:28Z"
},
🤖 Prompt for AI Agents
In data/junit5/junit5_candidates.json around lines 3 to 15, there is a duplicate
entry for the PR jenkinsci/jenkins#10895 also found around lines 1014 to 1016.
To fix this, remove one of the duplicate PR objects to ensure each PR appears
only once in the dataset. Additionally, consider adding a uniqueness check in
the data generation workflow to prevent future duplicates.

@gounthar gounthar merged commit dbe0ccb into main Aug 1, 2025
7 checks passed
@gounthar gounthar deleted the auto-update-pr-data branch August 1, 2025 12:55
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