Skip to content

Conversation

@tstellar
Copy link
Collaborator

@tstellar tstellar commented Dec 6, 2024

We switched to using a new label name for tracking commit access requests.

We switched to using a new label name for tracking commit access requests.
@llvmbot
Copy link
Member

llvmbot commented Dec 6, 2024

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

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 --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) 
@tstellar tstellar merged commit c49d809 into llvm:main Dec 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants