Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wrong environment variable PULL_REQUESTS_ASSIGNEE #585

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Variable Name | Default | Notes
`PACKAGE_MANAGER` | `bundler` | Valid values: `bundler`, `cargo`, `composer`, `dep`, `docker`, `elm`, `go_modules`, `gradle`, `hex`, `maven`, `npm_and_yarn`, `nuget`, `pip` (includes pipenv), `submodules`, `terraform`
`PROJECT_PATH` | N/A (Required) | Path to repository. Usually in the format `<namespace>/<project>`.
`BRANCH ` | N/A (Optional) | Branch to fetch manifest from and open pull requests against.
`PULL_REQUEST_ASSIGNEE` | N/A (Optional) | User to assign to the created pull request.
`PULL_REQUESTS_ASSIGNEE` | N/A (Optional) | User to assign to the created pull request.

There are other variables that you must pass to your container that will depend on the Git source you use:

Expand All @@ -89,7 +89,7 @@ Variable | Default
GITLAB_ACCESS_TOKEN | N/A (Required)
GITLAB_AUTO_MERGE | N/A (Optional)
GITLAB_HOSTNAME | `gitlab.com`
GITLAB_ASSIGNEE_ID | N/A Deprecated. Use `PULL_REQUEST_ASSIGNEE` instead.
GITLAB_ASSIGNEE_ID | N/A Deprecated. Use `PULL_REQUESTS_ASSIGNEE` instead.

**Azure DevOps**

Expand Down