-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 1.29 KB
/
plugin.json
File metadata and controls
36 lines (36 loc) · 1.29 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
{
"name": "workflow-plugin-github",
"version": "1.0.1",
"description": "GitHub integration plugin: webhook handling, GitHub Actions, PRs, issues, releases, and deployments",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "community",
"minEngineVersion": "0.2.0",
"keywords": ["github", "webhook", "git", "actions", "ci", "cd", "integration", "pull-request", "release"],
"homepage": "https://github.com/GoCodeAlone/workflow-plugin-github",
"repository": "https://github.com/GoCodeAlone/workflow-plugin-github",
"capabilities": {
"configProvider": false,
"moduleTypes": ["git.webhook", "github.app"],
"stepTypes": [
"step.gh_action_trigger",
"step.gh_action_status",
"step.gh_create_check",
"step.gh_pr_create",
"step.gh_pr_merge",
"step.gh_pr_comment",
"step.gh_pr_review",
"step.gh_issue_create",
"step.gh_issue_close",
"step.gh_issue_label",
"step.gh_release_create",
"step.gh_release_upload",
"step.gh_repo_dispatch",
"step.gh_deployment_create",
"step.gh_secret_set",
"step.gh_graphql"
],
"triggerTypes": []
}
}