watched: update watched pull requests

This commit is contained in:
Aaron Bieber 2023-10-25 23:01:01 -06:00
parent a4b85fdad7
commit 4035713e01
No known key found for this signature in database
3 changed files with 21 additions and 8 deletions

View File

@ -1,6 +1,7 @@
{ {
"branches": [ "branches": [
"master", "master",
"nixos-unstable",
"nixos-unstable-small", "nixos-unstable-small",
"nixpkgs-unstable", "nixpkgs-unstable",
"staging", "staging",
@ -9,10 +10,10 @@
"error": "", "error": "",
"pull_request": 260160, "pull_request": 260160,
"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": true, "nixpkgs-unstable": true,
"staging": true, "staging": true,

View File

@ -1,18 +1,21 @@
{ {
"branches": [ "branches": [
"master", "master",
"nixos-unstable",
"nixos-unstable-small",
"nixpkgs-unstable",
"staging", "staging",
"staging-next" "staging-next"
], ],
"error": "", "error": "",
"pull_request": 262524, "pull_request": 262524,
"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
}, },

View File

@ -1,9 +1,18 @@
{ {
"branches": [], "branches": [
"nixpkgs-23.05-darwin",
"release-23.05",
"staging-23.05",
"staging-next-23.05"
],
"error": "", "error": "",
"pull_request": 263243, "pull_request": 263243,
"release": "stable", "release": "stable",
"status": "open", "status": "open",
"status_info": {}, "status_info": {
"release-23.05": true,
"staging-23.05": true,
"staging-next-23.05": true
},
"title": "matrix-synapse: 1.94.0 -> 1.95.0" "title": "matrix-synapse: 1.94.0 -> 1.95.0"
} }