Skip to content

Commit 6641ba6

Browse files
gkodinovgkodinov
authored andcommitted
MDEV-38546: Automatically label new unlabeled pull requests
with foundation/corporation/external contribution Fixed a typo in the pr list filter.
1 parent 6fcd279 commit 6641ba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label_recent_prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# List first 200 PRs lacking classification labels as JSON
2828
gh pr list \
2929
--repo "$REPO" \
30-
--search 'is:pr -label:"External Contribution" -label:"MariaDB Foundation" -label:"MariaDB Corporation" -label="Codership"' \
30+
--search 'is:pr -label:"External Contribution" -label:"MariaDB Foundation" -label:"MariaDB Corporation" -label:"Codership"' \
3131
--limit 200 \
3232
--json number,createdAt,labels,author |
3333
jq -c '.[]' |

0 commit comments

Comments
 (0)