Skip to content
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 custom details and links #13

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bradyclifford
Copy link

Add custom details and links to custom event and push event.

It would be helpful to be able to pass additional information on a custom event. Such as a release version deployed, link to our deployedment board and other dashboards, etc.

@bradyclifford
Copy link
Author

PagerDuty org owners, can we get some movement on this please? @cmrberry @gempesaw @gsreynolds @helderberto @joelcrocker @jolexa

@bradyclifford
Copy link
Author

bradyclifford commented Jun 14, 2023

I have tested this change with a real PagerDuty account. Also tested it with the test routing key, see runner: https://github.com/bradyclifford/pagerduty-change-events-action/actions/runs/5272674967

     - name: Create a change event
        uses: bradyclifford/pagerduty-change-events-action@patch-1
        with:
          integration-key: 737ea619db564d41bd9824063e1f6b08
          custom-event: Test custom event
          custom-details: |
            {
              "build_state": "passed",
              "build_number": "220",
              "run_time": "1236s"
            }
          custom-links: |
            [
              {
                "href": "https://dashboard.com/1234",
                "text": "View Dashboard"
              }
            ]

image

@bradyclifford
Copy link
Author

One of you be willing to merge this PR?

@joelcrocker @markmartirosian

@bradyclifford
Copy link
Author

Can this be reviewed please? @joelcrocker

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.

3 participants