-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from thollander/v3
feat: manage delete modes in a better way + consistent input naming
- Loading branch information
Showing
10 changed files
with
196 additions
and
137 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Migration guide | ||
|
||
## From v2 to v3 | ||
|
||
### Parameters | ||
|
||
- From `filePath` to `file-path` | ||
- From `GITHUB_TOKEN` to `github-token` | ||
- From `pr_number` to `pr-number` | ||
- From `comment_tag` to `comment-tag` | ||
- From `create_if_not_exists` to `create-if-not-exists` | ||
|
||
### Mode | ||
|
||
`delete` now deletes a comment immediately. To delete the comment at the end of the job, use `delete-on-completion` mode. |
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
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
Oops, something went wrong.