-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 66 Add health check #75
Merged
pierre
merged 3 commits into
killbill:master
from
tungleduyxyz:issue_66_add_health_check
May 9, 2024
Merged
Issue 66 Add health check #75
pierre
merged 3 commits into
killbill:master
from
tungleduyxyz:issue_66_add_health_check
May 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pierre
reviewed
Apr 29, 2024
tungleduyxyz
force-pushed
the
issue_66_add_health_check
branch
from
May 4, 2024 15:34
63bfa8c
to
967ff06
Compare
pierre
reviewed
May 5, 2024
tungleduyxyz
force-pushed
the
issue_66_add_health_check
branch
4 times, most recently
from
May 7, 2024 08:04
392dc6f
to
f8d3d6a
Compare
tungleduyxyz
force-pushed
the
issue_66_add_health_check
branch
from
May 8, 2024 17:01
f8d3d6a
to
cb21c05
Compare
tungleduyxyz
force-pushed
the
issue_66_add_health_check
branch
5 times, most recently
from
May 9, 2024 03:47
92bd074
to
4e8ee2d
Compare
tungleduyxyz
force-pushed
the
issue_66_add_health_check
branch
from
May 9, 2024 03:48
4e8ee2d
to
384b5a2
Compare
pierre
approved these changes
May 9, 2024
@@ -43,6 +43,9 @@ jobs: | |||
with: | |||
ruby-version: 'jruby-9.4.2.0' | |||
bundler-cache: false | |||
- name: Tag repository | |||
run: | | |||
bundle exec gem bump -c -p -t -v ${{ github.event.inputs.perform_version }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should have a different input parameter, let me do the patch.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue: #66