From a096544e313f752520dc9f40e47407631dfe69ae Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Sun, 22 Feb 2026 15:46:59 +0100 Subject: [PATCH] Revert "[WIP] chore: automerge PRs only with automerge label (#139)" This reverts commit d0c205a4792c66142b9ac93d3440af01a19c7e2d. --- .github/workflows/create-prs.yml | 6 ------ .github/workflows/merge-prs.yml | 2 +- CHANGELOG.md | 4 ---- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/create-prs.yml b/.github/workflows/create-prs.yml index ee4c650..fadb028 100644 --- a/.github/workflows/create-prs.yml +++ b/.github/workflows/create-prs.yml @@ -106,12 +106,6 @@ jobs: body: `This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.` }) core.info(`${pr.data.html_url} created successfully`) - void github.rest.issues.addLabels({ - owner: repo.owner.login, - repo: repo.name, - issue_number: pr.number, - labels: ["automerge"] - }) } catch(error) { core.error(`Couldn't create a PR for ${repo.html_url}/tree/${branch.name}, got: ${error}`) failed.push({repo, branch}) diff --git a/.github/workflows/merge-prs.yml b/.github/workflows/merge-prs.yml index 42b5e27..c05f7e4 100644 --- a/.github/workflows/merge-prs.yml +++ b/.github/workflows/merge-prs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Merge PRs env: - QUERY: is:pr author:web3-bot state:open archived:false label:automerge + QUERY: is:pr author:web3-bot state:open archived:false BRANCH: ${{ github.event.inputs.branch }} DRY_RUN: ${{ github.event.inputs.dry-run }} uses: actions/github-script@v8 diff --git a/CHANGELOG.md b/CHANGELOG.md index c043fd9..eaa8512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [1.0.37] - 2026-02-22 -### Changed -- automerge only PRs with automerge label - ## [1.0.36] - 2026-02-22 ### Changed - added go 1.26 versions of go-release