eloisetaylor5693/Turn off the test summary PR comments if a user is in a specified Github Team
Set comment mode on a PR for the test summary action based on the teams a user is in
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| default_comment_mode | The comment mode to use when a commit author isn't in any Github Teams for suppressing comments on the PR | no | failures |
| github_token | GitHub API Access Token. | yes | ${{ github.token }} |
| github_organisation | Github Organisation the team is part of | no | ${{ github.repository_owner }} |
| github_team_for_switching_off_comments | Github Team users can join to suppress comments on their PR | yes | Suppress PR test summary comments |
Outputs
| name | description |
|---|---|
| test_summary_comment_mode | Comment mode |