-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
49d4e47
commit 5f0757b
Showing
8 changed files
with
17 additions
and
9,808 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,37 +1,5 @@ | ||
# CreatePullRequestAction | ||
|
||
This action creates a pull request based on the parameters you use. | ||
## Deprecated version | ||
|
||
## Inputs | ||
### `repo-token` | ||
[**Required**] Github token used to make API calls. Must have at least admin:org:read | ||
|
||
### `title` | ||
[**Required**] Title of the pull request | ||
|
||
### `base` | ||
[**Required**] Name of the destination branch | ||
|
||
### `branch` | ||
[**Required**] Name of the source branch | ||
|
||
### `team-reviewers` | ||
List of comma-separated names of teams. All users contained in these teams will be individually asked for a review | ||
|
||
### `user-reviewers` | ||
List of comma-separated logins of users | ||
|
||
### `labels` | ||
List of comma-separated label names. If one does not exist, it will be created | ||
|
||
## How to update ? | ||
- Install `vercel/ncc` by running this command in your terminal. | ||
``` | ||
npm i -g @vercel/ncc | ||
``` | ||
- Compile your index.js file. | ||
``` | ||
ncc build index.js --license licenses.txt | ||
``` | ||
|
||
Official documentation can be found [here](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github) | ||
This version of FinalCAD/CreatePullRequestAction is deprecated use `v1` instead. |
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.