-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
43 lines (43 loc) · 1.5 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
38
39
40
41
42
43
# dalamud_plugin_pr2.yml
name: DalamudPlugin PR (2)
description: Create a PR at goatcorp/DalamudPluginsD17 with your build artifact.
inputs:
enabled:
description: Enable or disable the entire dalamud_plugin_pr2. This can be true/false or a partial string searched for within the commit message.
default: "[PR]"
required: false
testing:
description: If the toml should be update in the testing folder instead of stable. This can be true/false or a partial string searched for within the commit message.
default: "[TEST]"
required: false
repository:
description: Repository where your manifest PR will originate from.
default: ${{ github.repository_owner }}/DalamudPluginsD17
required: false
pr_repository:
description: Repository where the PR will be created.
default: goatcorp/DalamudPluginsD17
required: false
pr_branch:
description: Branch to merge your PR into.
default: main
required: false
pr_testing_folder:
description: The folder to merge testing plugins into.
default: live
required: false
token:
description: Personal access token to authenticate with GitHub.
required: true
plugin_name:
description: Name of your plugin in the manifest.toml path.
required: true
plugin_owners:
description: Comma delimited author names, responsible for plugin development.
required: true
project_path:
description: The directory path your csproj resides in.
required: true
runs:
using: docker
image: Dockerfile