Skip to content

Commit

Permalink
docs: add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Oct 10, 2024
1 parent 107ab45 commit 65f9e5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MIGRATION_GUIDE.md
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.

0 comments on commit 65f9e5c

Please sign in to comment.