-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Mar 6, 2023
1 parent
d48830c
commit 0727a3e
Showing
9 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export declare const run: () => Promise<void>; | ||
export declare function run(): Promise<void>; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
export declare function wait(ms: number): Promise<void>; | ||
export declare function getFromVersionFromPR(title: string): string; | ||
export declare function getToVersionFromPR(title: string): string; | ||
export declare function getLegacyAllowLeap(task: string): { | ||
allowLeap: string; | ||
allowPrerelease: boolean; | ||
}; | ||
export declare function getAllowLeap(task: string, versions: string[]): { | ||
allowLeap: string; | ||
allowPrerelease: boolean; | ||
}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dependabot-automerge-action", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"private": true, | ||
"description": "Automagically approve dependabot pr", | ||
"author": "Mattia Dapino <[email protected]>", | ||
|