riseshia/Sync PR Action and comment
Sync PR and comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository in which to create or update a comment. | — | ${{ github.repository }} |
| issue-number | target issue or pr number | yes | — |
| comment-author | The GitHub user name of the comment author. | — | github-actions[bot] |
| body-as-string | comment body as string. you should provide either body_as_string or body_as_filepath. | no | — |
| body-as-filepath | comment body as file path. file is expected to be utf8 text. you should provide either body_as_string or body_as_filepath. | no | — |
| comment-matcher | comment body as file path. file is expected to be utf8 text. you should provide either body_as_string or body_as_filepath. | — | <!-- sync-pr-action-and-comment --> |
Outputs
no outputs