Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update docs with details about stack details in pull_request webhook event #66

Copy link
Copy link
@willsmythe

Description

@willsmythe
Issue body actions

Summary

pull_request webhook events now include a stack object if the PR is in a stack. This object currently includes information about the base of the stack (the name of the branch the stack is targeting and the current SHA of that branch):

{
   pull_request: {
     stack: {
       base: {
         ref: "main"
         sha: "blah"
       }
     }
  }
}

Update the docs to include this information. This will be particularly helpful for teams needing to trigger CI or workflows on any PR in a stack that targets main for example.

Reactions are currently unavailable

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.