-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add support for pagerduty_automation_actions_action #599
Conversation
…r/go-pagerduty@a2cr_drunner-support go mod vendor
go mod edit -dropreplace github.com/heimweh/go-pagerduty go get github.com/heimweh/go-pagerduty/pagerduty && go mod tidy && go mod vendor
Hey @stmcallister , not sure why the system has removed the request for your review. I would appreciate it if you get a chance. :ty |
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.
Awesome! thank you for adding the updates to solve the comments @mrdubr this is a great implementation. Users will love to use Automation Actions 💪🏽
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.
👍 🌮 🎉 Looks awesome!!
Add support for
pagerduty_automation_actions_action
New test cases introduced:
Depends on: heimweh/go-pagerduty#106