File: prs.hbs

package info (click to toggle)
node-axios 1.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,664 kB
  • sloc: javascript: 13,244; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{#if prs}}
### PRs
{{#each prs}}
  - {{title}} ( [#{{number}}]({{pull_request.url}}) ){{#if isHot}} 🔥{{/if}}{{#if isHot}} 🚀{{/if}}
  {{#if messages}}
    {{#each messages}}
      ```
      {{this}}
      ```
    {{/each}}
  {{/if}}
{{/each}}
{{/if}}