Skip to content

Commit

Permalink
fixing link to Get a pull request (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 11, 2023
1 parent 2717f36 commit 7d93dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The properties in the `slash_command` context from the above example can be used
#### `github` and `pull_request` contexts

The payload contains the `github` context of the `issue_comment` event at path `github.event.client_payload.github`.
Additionally, if the comment was made in a pull request, the action calls the [GitHub API to fetch the pull request detail](https://docs.github.com/en/rest/reference/pulls#get-a-pull-request) and attach it to the payload at path `github.event.client_payload.pull_request`.
Additionally, if the comment was made in a pull request, the action calls the [GitHub API to fetch the pull request detail](https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request) and attaches it to the payload at path `github.event.client_payload.pull_request`.

You can inspect the payload with the following step.
```yml
Expand Down

0 comments on commit 7d93dfc

Please sign in to comment.