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
In my repo, if I create a mybranch branch off of my dev branch, then make a PR with mybranch but accidentally keep the base as main, then the changeset bot correctly detects changesets that are in dev, but not yet in main.
However, when I then correct my mistake and change the base of the PR to dev, the changeset bot does not try to revalidate, so keeps saying there are changesets in my PR when in fact there aren't any.
If the changeset bot could react to a PR changing its base and redetect changesets, this issue would be fixed.
The text was updated successfully, but these errors were encountered:
In my repo, if I create a
mybranch
branch off of mydev
branch, then make a PR withmybranch
but accidentally keep the base asmain
, then the changeset bot correctly detects changesets that are indev
, but not yet inmain
.However, when I then correct my mistake and change the base of the PR to
dev
, the changeset bot does not try to revalidate, so keeps saying there are changesets in my PR when in fact there aren't any.If the changeset bot could react to a PR changing its base and redetect changesets, this issue would be fixed.
The text was updated successfully, but these errors were encountered: