Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4afb127df44
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 041d96d890bb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 24, 2020

  1. ghevent: add missing variants

    So we don't see log messages that are literal pages long. Pulled from
    here: https://developer.github.com/v3/activity/events/types/#pullrequestevent
    cole-h committed Apr 24, 2020
    Copy the full SHA
    db165ab View commit details
  2. Merge pull request #470 from cole-h/missing-variants

    ghevent: add missing variants
    grahamc authored Apr 24, 2020
    Copy the full SHA
    041d96d View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 ofborg/src/ghevent/pullrequestevent.rs
3 changes: 3 additions & 0 deletions ofborg/src/ghevent/pullrequestevent.rs
Original file line number Diff line number Diff line change
@@ -45,6 +45,9 @@ pub enum PullRequestAction {
Opened,
Edited,
Closed,
ReadyForReview,
Locked,
Unlocked,
Reopened,
Synchronize,
}