Skip to content

Commit

Permalink
Fix automatic adding to all projects for issue boards as well. (#66740)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr authored Mar 16, 2022
1 parent d3305f2 commit 3f26873
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Adam / David - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -3759,6 +3766,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Buyaa / Jose / Steve - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -4652,6 +4666,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Carlos / Jeremy - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -5407,6 +5428,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Drew / Michael / Tanner - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -6046,6 +6074,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Eirik / Krzysztof / Layomi - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -6617,6 +6652,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Eric / Jeff - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -7215,6 +7257,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Eric / Maryam / Tarek - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down Expand Up @@ -8145,6 +8194,13 @@
"parameters": {
"action": "unlabeled"
}
},
{
"name": "isInProject",
"parameters": {
"projectName": "Area Pod: Jeremy / Levi - Issue Triage",
"isOrgProject": true
}
}
]
},
Expand Down

0 comments on commit 3f26873

Please sign in to comment.