-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add optional project_name to action (#755)
* feat: Add optional project_name to action Add project_name property as optional so that the comments created by the Github action are more unique, allowing monorepos with multiple projects to use the editCommentOnPr flag properly * Refactor approach to not pass projectName via user input * Refactor projectSettings usage * Refactor projectName to pass directly to handlePullRequestMessage * Build project in order to test it locally * Revert "Build project in order to test it locally" This reverts commit eba3969. * Fix rebase issues
- Loading branch information
1 parent
6c5830d
commit a9fe814
Showing
4 changed files
with
47 additions
and
7 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
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