rachmari/First responder
Catch team pings from issues and pull requests outside of your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | An access token. | yes | — |
| team | The team ping to search for that is part of the `org` specified below. Do not include the org name (for example, use `docs-content-ecosystem`). Issues and pull requests authored or commented on by members of `team` are ignored unless you specify an alternate `ignore-team` parameter. | yes | — |
| org | The organization where the action should search for issues and pull requests. | yes | — |
| since | The start date to search for team pings. The action searches for issues or pull requests created since the date specified. Form: {4 digit year}-{month}-{day}. For example: "2020-5-20" | no | 2020-1-1 |
| project-board | The URL of the project board to place issues and pull requests. Must be an org project board. | yes | — |
| project-column | The id of the column to add issues and pull requests. | yes | — |
| ignore-team | Ignores issues and pull requests authored or commented on by members of this team. Issues and pull requests authored or commented on by members of `team` are ignored unless you specify an alternate `ignore-team` parameter. You can use `ignore-team` to specify a larger team or a team that does not match the team ping being searched. The value you specify for `ignore-team` overrides the `team` value. | no | — |
| include-repos | Repositories to include when searching issues and pull requests. You can add more than one repository by using a comma-separated list. Format: {owner}/{repo}. For example: "octocat/hello-world, octocat/foobar" | no | — |
| ignore-repos | Repositories to ignore when searching issues and pull requests. You can add more than one repository by using a comma-separated list. Format: {owner}/{repo}. For example: "octocat/hello-world, octocat/foobar" | no | — |
| ignore-authors | Ignores issues and pull requests authored by these accounts. You can add more than one repository by using a comma-separated list (for example, "actions-bot, hubot") | no | — |
| ignore-commenters | Ignores issues and pull requests commented by thee accounts. You can add more than one repository by using a comma-separated list (for example, "actions-bot, hubot") | no | — |
| ignore-labels | Ignores issues and pull requests with specific labels. You can add more than one label by using a comma-separated list (for example, "space-2x, autogen") | no | — |
| comment-body | A comment added to the issue or pull request. | no | — |
Outputs
no outputs