Skip to content

Commit c49d809

Browse files
authored
workflows/commit-access-review: Update label name (#118903)
We switched to using a new label name for tracking commit access requests.
1 parent 9d64af9 commit c49d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-access-review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def check_manual_requests(start_date: datetime.datetime, token: str) -> list[str
137137
"""
138138
formatted_start_date = start_date.strftime("%Y-%m-%dT%H:%M:%S")
139139
variables = {
140-
"query": f"type:issue created:>{formatted_start_date} org:llvm repo:llvm-project label:infrastructure:commit-access"
140+
"query": f"type:issue created:>{formatted_start_date} org:llvm repo:llvm-project label:infra:commit-access"
141141
}
142142

143143
data = run_graphql_query(query, variables, token)

0 commit comments

Comments
 (0)