We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e802f commit ca57e00Copy full SHA for ca57e00
src/bors/event.rs
@@ -15,7 +15,7 @@ pub enum BorsRepositoryEvent {
15
PullRequestOpened(PullRequestOpened),
16
/// When a pull request is reopened.
17
PullRequestReopened(PullRequestReopened),
18
- /// When a new commit is pushed to the branch. This includes when a commit is pushed, when a commit tag is pushed,
+ /// When a new commit is pushed to the branch. This includes when a commit is pushed, when a commit tag is pushed,
19
/// when a branch is deleted or when a tag is deleted.
20
PushToBranch(PushToBranch),
21
/// A workflow run on Github Actions or a check run from external CI system has been started.
0 commit comments