forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
42 lines (42 loc) · 1.16 KB
/
action.yml
File metadata and controls
42 lines (42 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: 'Datatracker Coverage + Changelog Parser'
description: 'Parse and generate coverage and changelog files for Datatracker releases'
author: Nicolas Giard
inputs:
token:
description: GitHub Token
required: true
tokenCommon:
description: GitHub Token for Common repository
required: true
repoCommon:
description: Common repository containing the SVG coverage charts
required: false
default: 'common'
version:
description: Release version
required: true
changelog:
description: Generated changelog content from Changelog Action
required: true
default: ''
summary:
description: Summary to prepend to the changelog body
required: false
default: ''
coverageResultsPath:
description: Path to the latest coverage results file
required: true
default: 'coverage.json'
histCoveragePath:
description: Path where to output the historical coverage file
required: true
default: 'historical-coverage.json'
outputs:
changelog:
description: Changelog with headers prepended and coverage stats + chart appended
runs:
using: 'node16'
main: 'index.js'
branding:
icon: layers
color: red