mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
refactor(push): move commits to description, comparison to changes field
This commit is contained in:
parent
47d7c9105b
commit
df0edbb581
6 changed files with 44 additions and 48 deletions
|
|
@ -8,17 +8,17 @@ exports[`formatter snapshots push 1`] = `
|
|||
"url": "https://github.com/octocat",
|
||||
},
|
||||
"color": 3056719,
|
||||
"description": "[View comparison](https://github.com/acme/widget/compare/aaa...bbb)",
|
||||
"description": "[\`bbbbbbb\`](https://github.com/acme/widget/commit/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) Fix login bug",
|
||||
"fields": [
|
||||
{
|
||||
"inline": false,
|
||||
"name": "",
|
||||
"value": "[\`bbbbbbb\`](https://github.com/acme/widget/commit/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb) Fix login bug",
|
||||
"name": "Changes",
|
||||
"value": "[View comparison](https://github.com/acme/widget/compare/aaa...bbb):",
|
||||
},
|
||||
],
|
||||
"footer": "acme/widget",
|
||||
"timestamp": "TIMESTAMP",
|
||||
"title": "acme/widget: Pushed 1 commit to [\`main\`](https://github.com/acme/widget/tree/main)",
|
||||
"title": "acme/widget: Pushed 1 commit to main",
|
||||
"url": "https://github.com/acme/widget/compare/aaa...bbb",
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue