mrjackyliang/Sponsor Gated Support
A GitHub Action designed to ensure that only sponsors and recognized contributors have access to support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_PERSONAL_ACCESS_TOKEN | Personal access token from GitHub used to fetch your sponsors | yes | "" |
| GITHUB_WORKFLOW_TOKEN | Workflow token from GitHub used to perform issue and issue comment moderation | yes | "" |
| ISSUE_LABELS | Only set limits on issues with these labels (comma de-limited list) | no | support |
| ISSUE_LIMIT_COMMENTER | Allow only the sponsoring user (that opened the issue) and contributor to comment on issues | no | true |
| ISSUE_LOCK_ON_CLOSE | Lock issues as soon as they become closed | no | true |
| ISSUE_MESSAGE_NOT_SPONSOR | Message to send when a non-sponsoring user opens an issue | no | Apologies! Only sponsoring users are allowed to open issues. Please sponsor the owner of this repository, then try again. |
| ISSUE_MESSAGE_WELCOME | Message to send when a sponsoring user opens an issue | no | Thank you for your support! We appreciate your sponsorship and are here to help. We will review your issue and get back to you as soon as possible. |
| IS_ORGANIZATION | If this workflow is being used on an organization-owned repository | no | false |
| SPONSOR_ACTIVE_ONLY | Allow only active sponsoring users to open issues | no | true |
| SPONSOR_EXEMPT_FILE_LOCATION | A list of users that are exempt from sponsorship requirement | no | ./SPONSOR_EXEMPT |
| SPONSOR_MINIMUM | Allow only sponsoring users that reach this minimum amount (in cents) to open issues | no | 0 |
Outputs
| name | description |
|---|---|
| result | The success or failure response after the action has completed |