the-events-calendar/Project Link
Automatically add PRs to GitHub projects based on the base branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner-type | The type of the owner of the repository. Can be either 'organization' or 'user' | yes | organization |
| project-owner | The Login of the owner in case we create a project. | yes | — |
| base-branch-pattern | A glob pattern to match the base branch name. If not provided, the action will match all base branches | no | * |
| name-prefix-remove | A string that will be removed if it is found at the beginning of the base branch name | no | — |
| name-suffix-remove | A string that will be removed if it is found at the end of the base branch name | no | — |
| name-replace-with-spaces | A set of chars that will be replaced with spaces in the base branch name | no | _ |
| template-project-url | Which template to use to create the project. If not provided, the default project template will be used. | no | — |
| template-project-number | The number of the project to use as a template. | no | — |
| labeled | A comma-separated list of labels to use as a filter for issue to be added | no | — |
| label-operator | The behavior of the labels filter, AND to match all labels, OR to match any label, NOT to exclude any listed label (default is OR) | no | — |
| github-token | A GitHub personal access token with write access to the project | yes | — |
Outputs
| name | description |
|---|---|
| itemId | The ID of the item that was added to the project |