pull_requests: update

This commit is contained in:
Aaron Bieber 2023-06-02 13:32:54 -06:00
parent bf2f2a85bf
commit 460942a487
No known key found for this signature in database
2 changed files with 12 additions and 7 deletions

View File

@ -1,18 +1,20 @@
{ {
"branches": [ "branches": [
"master", "master",
"nixos-unstable",
"nixos-unstable-small", "nixos-unstable-small",
"nixpkgs-unstable",
"staging", "staging",
"staging-next" "staging-next"
], ],
"pull_request": 219502, "pull_request": 219502,
"release": "unstable", "release": "unstable",
"status": "open", "status": "complete",
"status_info": { "status_info": {
"master": true, "master": true,
"nixos-unstable": false, "nixos-unstable": true,
"nixos-unstable-small": true, "nixos-unstable-small": true,
"nixpkgs-unstable": false, "nixpkgs-unstable": true,
"staging": true, "staging": true,
"staging-next": true "staging-next": true
}, },

View File

@ -1,17 +1,20 @@
{ {
"branches": [ "branches": [
"master", "master",
"nixos-unstable",
"nixos-unstable-small",
"nixpkgs-unstable",
"staging", "staging",
"staging-next" "staging-next"
], ],
"pull_request": 235408, "pull_request": 235408,
"release": "unstable", "release": "unstable",
"status": "open", "status": "complete",
"status_info": { "status_info": {
"master": true, "master": true,
"nixos-unstable": false, "nixos-unstable": true,
"nixos-unstable-small": false, "nixos-unstable-small": true,
"nixpkgs-unstable": false, "nixpkgs-unstable": true,
"staging": true, "staging": true,
"staging-next": true "staging-next": true
}, },