Ignore agent files as changesets #64
Annotations
6 errors
|
Lint
Process completed with exit code 1.
|
|
eslint(no-inline-comments):
is-changeset.ts#L9
Unexpected comment inline with code
|
|
Test
Process completed with exit code 1.
|
|
test/index.test.ts > changeset-bot > should show correct message if there is a changeset:
test/index.test.ts#L337
Error: Snapshot `changeset-bot > should show correct message if there is a changeset 1` mismatched
- Expected
+ Received
@@ -1,23 +1,23 @@
[
{
"body": {
- "body": "### 🦋 Changeset detected
+ "body": "### ⚠️ No Changeset found
Latest commit: c4d7edfd758bd44f7d4264fb55f6033f56d79540
- **The changes in this PR will be included in the next version bump.**
+ Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.**
- <details><summary>This PR includes changesets to release 0 packages</summary>
+ <details><summary>This PR includes no changesets</summary>
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
</details>
- Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
+ [Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
- [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/changesets/bot/new/test?filename=.changeset/<CHANGESET_FILE>.md&value=---%0A%0A---%0A%0Athing%0A)
+ [Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/changesets/bot/new/test?filename=.changeset/<CHANGESET_FILE>.md&value=---%0A%0A---%0A%0Athing%0A)
",
},
"method": "POST",
"path": "/repos/changesets/bot/issues/2/comments",
❯ test/index.test.ts:337:29
|
|
test/index.test.ts > changeset-bot > should update a comment when there is a comment:
test/index.test.ts#L290
Error: Snapshot `changeset-bot > should update a comment when there is a comment 1` mismatched
- Expected
+ Received
@@ -1,23 +1,23 @@
[
{
"body": {
- "body": "### 🦋 Changeset detected
+ "body": "### ⚠️ No Changeset found
Latest commit: 10a63035fe8155b86b1060c89873e9a03c6fe673
- **The changes in this PR will be included in the next version bump.**
+ Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.**
- <details><summary>This PR includes changesets to release 0 packages</summary>
+ <details><summary>This PR includes no changesets</summary>
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
</details>
- Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
+ [Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md).
- [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/changesets/bot/new/test?filename=.changeset/<CHANGESET_FILE>.md&value=---%0A%0A---%0A%0Athing%0A)
+ [Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/changesets/bot/new/test?filename=.changeset/<CHANGESET_FILE>.md&value=---%0A%0A---%0A%0Athing%0A)
",
"issue_number": 2,
},
"method": "PATCH",
❯ test/index.test.ts:290:29
|
|
CI OK
Process completed with exit code 1.
|