Skip to content

Commit 80c0a81

Browse files
authored
fix issue handler, don't rebuild on main the merge queue checks this for us (#2077)
1 parent fb69411 commit 80c0a81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
push:
1717
branches-ignore:
1818
- "gh-readonly-queue/**"
19+
- "main"
1920
merge_group:
2021
workflow_dispatch:
2122

.github/workflows/issue_handler.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ jobs:
1313
- uses: actions/[email protected]
1414
with:
1515
project-url: https://github.com/orgs/esp-rs/projects/2
16-
github-token: ${{ secrets.PAT }}
17-
labeled: status:needs-attention
16+
github-token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)