generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
36 lines (33 loc) · 880 Bytes
/
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
name: 'Sonar reviewer'
description: 'Publish sonar issues'
author: 'alkoleft'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
# Define your inputs here.
inputs:
sonar_url:
description: 'Sonar server'
required: false
sonar_token:
description: 'Sonar token'
required: false
sonar_project:
description: 'Sonar project name'
required: false
sonar_branch_plugin:
description:
"Enable SonarQube Community-Branch-Plugin support. Please make sure, that
you've properly installed the plugin in SonarQube:
https://github.com/mc1arke/sonarqube-community-branch-plugin"
required: false
default: false
pull_number:
description: 'Pull request number'
required: false
github_token:
required: false
runs:
using: node20
main: dist/index.js