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: d4c534d170e2
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 08717c5cf232
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 22, 2020

  1. handle converted_to_draft events

    This really shouldn't break the evaluation filter.
    LnL7 committed May 22, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    edolstra Eelco Dolstra
    Copy the full SHA
    c59aae7 View commit details
  2. Merge pull request #496 from LnL7/converted-to-draft

    handle converted_to_draft events
    LnL7 authored May 22, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    edolstra Eelco Dolstra
    Copy the full SHA
    08717c5 View commit details
Showing with 1 addition and 0 deletions.
  1. +1 −0 ofborg/src/ghevent/pullrequestevent.rs
1 change: 1 addition & 0 deletions ofborg/src/ghevent/pullrequestevent.rs
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ pub enum PullRequestAction {
Unlocked,
Reopened,
Synchronize,
ConvertedToDraft,
}

#[derive(Serialize, Deserialize, Debug)]