Skip to content

Commit

Permalink
8333743: Change .jcheck/conf branches property to match valid branches
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, iris
  • Loading branch information
kevinrushforth authored and JesperIRL committed Jun 6, 2024
1 parent 75dc2f8 commit 2a37764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ warning=issuestitle

[repository]
tags=(?:jdk-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\d{1,3})?-(?:(?:b\d{2,3})|(?:ga)))|(?:hs\d\d(?:\.\d{1,2})?-b\d\d)
branches=
branches=.*

[census]
version=0
Expand Down

3 comments on commit 2a37764

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

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

@kevinrushforth
Copy link
Member Author

Choose a reason for hiding this comment

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

/backport :jdk23

@openjdk
Copy link

@openjdk openjdk bot commented on 2a37764 Jun 6, 2024

Choose a reason for hiding this comment

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

@kevinrushforth the backport was successfully created on the branch backport-kevinrushforth-2a37764e-jdk23 in my personal fork of openjdk/jdk. To create a pull request with this backport targeting openjdk/jdk:jdk23, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 2a37764e from the openjdk/jdk repository.

The commit being backported was authored by Kevin Rushforth on 6 Jun 2024 and was reviewed by Erik Joelsson and Iris Clark.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk:

$ git fetch https://github.com/openjdk-bots/jdk.git backport-kevinrushforth-2a37764e-jdk23:backport-kevinrushforth-2a37764e-jdk23
$ git checkout backport-kevinrushforth-2a37764e-jdk23
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk.git backport-kevinrushforth-2a37764e-jdk23

Please sign in to comment.