Adding custom fields section#63
Merged
Merged
Conversation
sarvodaya-kumar-26
requested review from
rakibhossainctr
and removed request for
fguimond
June 16, 2026 07:07
sarvodaya-kumar-26
force-pushed
the
feature/customfields
branch
from
June 17, 2026 08:23
1eb1a4c to
71e3b40
Compare
Features: - Add --custom-field-template flag to populate custom fields in PagerDuty incident custom_details section (key=value format, semicolon-separated, supports Go templates) Security: - Update google.golang.org/grpc v1.53.0 -> v1.81.1 - Update golang.org/x/net v0.7.0 -> v0.56.0 - Update github.com/golang-jwt/jwt/v4 v4.4.2 -> v4.5.2 - Update github.com/sirupsen/logrus v1.9.0 -> v1.9.4 - Update google.golang.org/protobuf v1.28.1 -> v1.36.11 Fixes: - Remove debug fmt.Println statements from getDetails() - Fix typo in payload truncation warning message - Update CI workflows to Go 1.25 (required by updated grpc)
sarvodaya-kumar-26
force-pushed
the
feature/customfields
branch
from
June 17, 2026 08:23
71e3b40 to
0b9cc51
Compare
This file contains hidden or 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
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.
Add --custom-field-template flag to populate custom field in the custom details section of pagerduty handler.