forked from fga-eps-mds/MeasureSoftGram-Action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
37 lines (37 loc) · 1.2 KB
/
action.yml
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
name: '2024.1 Action MeasureSoftGram'
description: 'Use the product MeasureSoftGram and show the results in the pull requests.'
inputs:
host:
description: "SonarQube Server URL"
required: false
sonartoken:
description: "Sonarqube token"
required: false
sonarProjectKey:
description: "Sonarqube project key. The default key will be 'owner-repository'."
required: false
default: ""
githubToken:
description: "Github token. https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret"
required: true
usLabel:
description: "Label to User Story"
required: false
productName:
description: "Product name"
required: true
msgramServiceToken:
required: true
description: "Token to access the MeasureSoftGram service"
workflowName:
required: false
description: "Release build workflow name to collect CI feedback metric"
collectSonarqubeMetrics:
required: true
description: "Flag to determine if Sonarqube metrics should be collected"
collectGithubMetrics:
required: true
description: "Flag to determine if Github metrics should be collected"
runs:
using: 'node16'
main: 'dist/index.js'