File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,12 @@ jobs:
106106 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.`
107107 })
108108 core.info(`${pr.data.html_url} created successfully`)
109+ void github.rest.issues.addLabels({
110+ owner: repo.owner.login,
111+ repo: repo.name,
112+ issue_number: pr.number,
113+ labels: ["automerge"]
114+ })
109115 } catch(error) {
110116 core.error(`Couldn't create a PR for ${repo.html_url}/tree/${branch.name}, got: ${error}`)
111117 failed.push({repo, branch})
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Merge PRs
2222 env :
23- QUERY : is:pr author:web3-bot state:open archived:false
23+ QUERY : is:pr author:web3-bot state:open archived:false label:automerge
2424 BRANCH : ${{ github.event.inputs.branch }}
2525 DRY_RUN : ${{ github.event.inputs.dry-run }}
2626 uses : actions/github-script@v8
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## Unreleased
88
9+ ## [ 1.0.37] - 2026-02-22
10+ ### Changed
11+ - automerge only PRs with automerge label
12+
913## [ 1.0.36] - 2026-02-22
1014### Changed
1115- added go 1.26 versions of go-release
You can’t perform that action at this time.
0 commit comments