Skip to content

Commit

Permalink
ci(release-please): use default label to identify PRs (#9708)
Browse files Browse the repository at this point in the history
## Summary

I just realized the "label" field replaces the default `autorelease:
pending` one release-please uses to identify their pull requests. I'm
pretty sure that was causing the issues.
  • Loading branch information
benelan authored and github-actions[bot] committed Jun 28, 2024
1 parent 6a16ded commit 99a4f82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "node",
"bootstrap-sha": "dc9c6ad669336599ae51bf7e23b08f8fb2114ec6",
"tag-separator": "@",
"label": "skip visual snapshots",
"draft-pull-request": true,
"include-v-in-tag": false,
"packages": {
Expand Down

0 comments on commit 99a4f82

Please sign in to comment.