Skip to content

Commit

Permalink
Try complete layout with custom-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwyn-acn committed Jun 30, 2020
1 parent 89f24a4 commit a997377
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
github-token: ${{ github.token }}
webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
timezone: Australia/Sydney
card-layout-start: cozy
card-layout-start: complete
show-on-exit: false
custom-actions: |
- text: View PR
url: http://valid.uri.com
Expand Down
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/layouts/cozy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function formatCozyLayout(
);
const actionsConcat = actions
.map((action) => `     [${action.name}](${action.target})`)
.join();
.join("");

const author = commit.data.author;
// Set sections
Expand Down

0 comments on commit a997377

Please sign in to comment.