[llvm] workflows/commit-access-review: Update label name (PR #118903)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 16:26:01 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
<details>
<summary>Changes</summary>
We switched to using a new label name for tracking commit access requests.
---
Full diff: https://github.com/llvm/llvm-project/pull/118903.diff
1 Files Affected:
- (modified) .github/workflows/commit-access-review.py (+1-1)
``````````diff
diff --git a/.github/workflows/commit-access-review.py b/.github/workflows/commit-access-review.py
index 8ea9b1fcc2fb08..682d4dff42284b 100644
--- a/.github/workflows/commit-access-review.py
+++ b/.github/workflows/commit-access-review.py
@@ -137,7 +137,7 @@ def check_manual_requests(start_date: datetime.datetime, token: str) -> list[str
"""
formatted_start_date = start_date.strftime("%Y-%m-%dT%H:%M:%S")
variables = {
- "query": f"type:issue created:>{formatted_start_date} org:llvm repo:llvm-project label:infrastructure:commit-access"
+ "query": f"type:issue created:>{formatted_start_date} org:llvm repo:llvm-project label:infra:commit-access"
}
data = run_graphql_query(query, variables, token)
``````````
</details>
https://github.com/llvm/llvm-project/pull/118903
More information about the llvm-commits
mailing list