papermc/update-projects
A Github Action to add/move issues and prs around in the new Projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Access Token with read/write perms for the project | yes | — |
| project-url | URL of the project | yes | — |
| column-field | Name of the field that determines the column | yes | — |
| label-to-column-map | JSON object mapping labels to options in the `column-field` | yes | — |
| clear-on-no-match | Whether or not to clear the `column-field` if no match in `label-to-column-map` is found | yes | true |
| issue-numbers | Issue/PR numbers of the current repository to process instead of the issue/PR from the triggering event (newline- or comma-separated). Allows running from workflow_dispatch, schedules or any other event type | no | — |
Outputs
no outputs