-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathadd_status.yaml
More file actions
35 lines (35 loc) · 993 Bytes
/
add_status.yaml
File metadata and controls
35 lines (35 loc) · 993 Bytes
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
---
name: "add_status"
runner_type: "python-script"
description: "Add a commit status for a provided ref."
enabled: true
entry_point: "add_status.py"
parameters:
user:
type: "string"
description: "User / organization name."
required: true
repo:
type: "string"
description: "Repository name."
required: true
sha:
type: "string"
description: "Commit SHA"
required: true
state:
type: "string"
description: "State of the status (pending, success, error, failure)"
required: true
target_url:
type: "string"
description: "The target URL to associate with this status."
required: false
description:
type: "string"
description: "A short description of the status."
required: false
context:
type: "string"
description: "A string label to differentiate this status from the status of other systems. Default: \"default\""
required: false