We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cc6ae6 + db643ad commit 804a104Copy full SHA for 804a104
public/api-schemas.json
@@ -3593,6 +3593,7 @@
3593
},
3594
"queued_at": "2025-11-05T13:30:00Z",
3595
"priority_alias": "high",
3596
+ "priority_rule_name": "hotfix",
3597
"labels": [
3598
"feature",
3599
"auth"
@@ -7782,6 +7783,10 @@
7782
7783
"type": "string",
7784
"title": "Priority Alias"
7785
7786
+ "priority_rule_name": {
7787
+ "type": "string",
7788
+ "title": "Priority Rule Name"
7789
+ },
7790
"labels": {
7791
"items": {
7792
"type": "string"
@@ -7805,6 +7810,7 @@
7805
7810
"author",
7806
7811
"queued_at",
7807
7812
"priority_alias",
7813
+ "priority_rule_name",
7808
7814
"labels",
7809
7815
"scopes"
7816
],
0 commit comments