lindluni/Repository Admins
Comments on an issue with the admin of a repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| actor | The actor who triggered the event | yes | ${{ github.actor }} |
| admin_token | Token with access to team and org membership | yes | — |
| body | The body of the newly created comment | yes | ${{ github.event.comment.body }} |
| close_issue | Whether to close the issue | yes | false |
| issue_number | The GitHub issue number | yes | ${{ github.event.issue.number }} |
| issue_org | The GitHub org containing the issue | yes | ${{ github.repository_owner }} |
| org | The GitHub org containing the repo | yes | ${{ github.repository_owner }} |
| repo | The repo where the GitHub issue exists | yes | — |
| token | GitHub Admin PAT to open issues and comment | yes | — |
Outputs
no outputs