Skip to content

Bot reporting "No Changeset found", but there is. How to debug? #78

@chizmeeple

Description

@chizmeeple

I've been exploring changesets recently and am in a mostly good place.

I have it working in three repos as expected.

One repo confused the bot in ways I can't understand. I keep getting:

🦋 No Changeset found

no matter what I try.

My current status:

  • new branch in repo
  • deleted all the files
  • ran the usual:
    • yarn init
    • yarn add @changesets/cli && yarn changeset init
    • modify "commit" to true in config
    • git add .changeset/ package.json yarn.lock
    • git commit
    • git oush -u

Then I create and view the PR.

🦋 No Changeset found

This is a summary of the branch:

❯ /bin/ls -a
.                       .markdownlint.jsonc     node_modules
..                      .markdownlintignore     package.json
.changeset              .pre-commit-config.yaml terraform
.git                    .pytest_cache           yarn.lock
.infracost              .venv
❯ tree .changeset/
.changeset/
├── README.md
├── config.json
└── weak-beans-share.md

1 directory, 3 files

and

❯ cat .changeset/weak-beans-share.md
---
'botc-custom-script-json2pdf': patch
---

add changeset tool

I'm stumped, and don't know where to look for issues, not what to try to get the bot working as expected in this repo.

Any and all suggestions welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions