Skip to content

Commit 823ce88

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Fix gh token
Bug: none Change-Id: I9fd5e26645c5a638302cccaf141067c4aca12241 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6696158 Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Alex Rudenko <[email protected]>
1 parent ba5f73d commit 823ce88

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/auto-close-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
.github
1717
- name: Close open pull requests
1818
shell: bash
19+
env:
20+
GH_TOKEN: ${{ github.token }}
1921
run: |
2022
PRS=$(gh pr list --state=open --repo=ChromeDevTools/devtools-frontend --json number --jq '.[].number')
2123
for PR in $PRS; do

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ per-file package-lock.json=file://config/owner/INFRA_OWNERS
1313
per-file package.json=file://config/owner/INFRA_OWNERS
1414
per-file tsconfig.json=file://config/owner/INFRA_OWNERS
1515
per-file eslint.config.mjs=file://config/owner/COMMON_OWNERS
16+
per-file .github=file://config/owner/INFRA_OWNERS
1617

1718
# git submodules
1819
per-file build=devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com

0 commit comments

Comments
 (0)