Add config example, changeset and API reports

Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
Jake Smith
2025-11-22 03:41:05 +00:00
committed by Fredrik Adelöw
parent 959e6ecc5a
commit 37fba1d8ec
4 changed files with 47 additions and 8 deletions
@@ -25,12 +25,6 @@ export const createBitbucketPipelinesRunAction: (options: {
| {
type?: string | undefined;
source?: string | undefined;
selector?:
| {
type: string;
pattern: string;
}
| undefined;
pull_request?:
| {
id: string;
@@ -45,6 +39,12 @@ export const createBitbucketPipelinesRunAction: (options: {
destination?: string | undefined;
ref_name?: string | undefined;
ref_type?: string | undefined;
selector?:
| {
type: string;
pattern: string;
}
| undefined;
destination_commit?:
| {
hash: string;