fix: handle orphaned & existing branches in graph #64
Annotations
3 errors
Tests
Unable to determine current pull request from action payload
|
Tests:
src/inputs.test.ts#L145
AssertionError: expected { number: 100, …(2) } to strictly equal { number: 100, …(2) }
- Expected
+ Received
Object {
- "baseRefName": "main",
- "headRefName": "feat/git-town-action",
+ "base": Object {
+ "ref": "main",
+ },
+ "head": Object {
+ "ref": "feat/git-town-action",
+ },
"number": 100,
}
❯ src/inputs.test.ts:145:32
|
Tests
Process completed with exit code 1.
|
Loading