Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit e583b97

Browse files
committed
Document Pull Request event
1 parent a372f51 commit e583b97

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,28 @@ Event-specific attributes:
6161
}
6262
```
6363

64+
### Pull Request
65+
66+
Event name: `pull_request`
67+
68+
Event-specific attributes:
69+
70+
```javascript
71+
{
72+
"state": String, // "pending", or "success"
73+
"github_slug": String, // user/repo
74+
"number": String,
75+
"commit_sha": String,
76+
}
77+
```
78+
6479
## Other Events
6580

6681
The following are not fully implemented yet.
6782

6883
* :issue
6984
* :unit
7085
* :snapshot
71-
* :pull\_request
7286

7387
## License
7488

0 commit comments

Comments
 (0)