You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`token`| GitHub token used for authentication to perform API operations such as fetching assets and creating PRs. | Yes | - |
23
+
|`forked-repository`| URL of your forked repository used to send the PR from. | Yes | - |
24
+
|`plugin-id`| Registered ID for identifying the plugin in the JMeter Plugins repository. | Yes | - |
25
+
|`plugin-artifact-name`| Prefix of the plugin artifact name used to identify the JAR file in the GitHub release. | Yes | - |
26
+
|`changes`| Release note line describing the update. | Yes | - |
27
+
|`ignore-dependencies`| Comma-separated prefixes of dependencies to ignore in the release metadata. | No | - |
28
+
|`upstream-repository`| URL of the target JMeter Plugins repository to send the PR to. | No |`https://github.com/undera/jmeter-plugins.git`|
29
+
|`artifact-version-extraction-patterns`| New line separated (YAML Multiline) of regular expression patterns to extract the version from artifact names. The first capturing group is treated as the version; the remaining part is used to infer the artifact name. | No | - |
0 commit comments