Add config example, changeset and API reports
Signed-off-by: Jake Smith <jakemgsmith@gmail.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
959e6ecc5a
commit
37fba1d8ec
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user