-
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.
* chore: remove husky temporarily Remove husky as it was failing to commit multiple times, will need to look into why. * feat: start adding ability to update single image Add some debug lines to pull the current comments on a PR, this is to start making it so we can update a single comment with new information * feat: begin to try to update the comment if we see an old comment If we see an old comment defined by an invisible tag, then try to update it. For now this seems the best way to ensure that it is unique. * feat: add new flag to control if it should be an update Add new flag to denote if the comment should be updated on each execution of the github action, or if a new comment should be created every time its run.
- Loading branch information
Showing
8 changed files
with
64 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
|
@@ -6,4 +6,6 @@ To get started with the project, please run `npm install` to get the required de | |
|
||
## Commiting | ||
|
||
Vercel must be installed, to do so run | ||
`npm install -g @vercel/[email protected]`. | ||
Run `ncc build index.js --license licenses.txt` before commiting files, add the `dist` directory to the commit as well. |
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
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