skarlso/Caretaker Project Manager
A simple action to automatically manage projects and issues for PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to execute for Caretaker | yes | "" |
| token | GitHub token. | yes | "" |
| repo | The repository. In case of the project scanner this is not required. | — | "" |
| owner | The owner organization or user. | yes | "" |
| authorName | Name of user with which the PR will be created. | no | Github Action |
| authorEmail | Email address of the pull request creator. | no | 41898282+github-actions[bot]@users.noreply.github.com |
| projectNumber | The number of the project to use when issue is created. | no | 0 |
| pullRequestNumber | The number of the pull request that triggered this event. | no | 0 |
| issueNumber | The number of the issue that triggered this event. | no | 0 |
| statusOption | The status to set when moving an issue. This should contain any emojis. | no | — |
| fromStatusOption | Optionally define a from status. If defined, issue will only be moved if the current status equals to from status. | no | — |
| isOrganization | Indicate whether the user is an organization or a user. False if empty. | no | "" |
| moveClosed | Force moving closed issues. By default, closed issues are not updated. | no | "" |
| disableComments | Disable Caretaker commenting back into the Pull Request. | no | "" |
| pullRequestProcessedLabel | The value of the label to apply to a pull request to mark it processed by Caretaker. | no | caretaker-reviewed |
| scanInterval | The interval in which to check pull requests. | no | 24h |
| commentID | The ID of the comment that handles a slash command. Used to add reaction to the comment. | no | "" |
| commentBody | The body of the comment. | no | "" |
| actor | The actor who performed the command. Used for assigning the user to the pr and related issues. | no | "" |
Outputs
no outputs