From 627cb44ce61646d8c050b0d719fb4b24451fb848 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 4 Sep 2024 15:44:35 +0100 Subject: [PATCH] fix issue handler, don't rebuild on main the merge queue checks this for us --- .github/workflows/ci.yml | 1 + .github/workflows/issue_handler.yml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9aa6789209..d8a386dfb15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "main" merge_group: workflow_dispatch: diff --git a/.github/workflows/issue_handler.yml b/.github/workflows/issue_handler.yml index 1bea1f7a5f2..5b4e5070f74 100644 --- a/.github/workflows/issue_handler.yml +++ b/.github/workflows/issue_handler.yml @@ -13,5 +13,4 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/orgs/esp-rs/projects/2 - github-token: ${{ secrets.PAT }} - labeled: status:needs-attention + github-token: ${{ secrets.PAT }} \ No newline at end of file