You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-prs.yml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,6 @@ jobs:
106
106
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.`
107
107
})
108
108
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
-
})
115
109
} catch(error) {
116
110
core.error(`Couldn't create a PR for ${repo.html_url}/tree/${branch.name}, got: ${error}`)
0 commit comments