lindluni/Manage Team Issue Assigness
Adds team members to a GitHub Issue based on labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| issue_number | The GitHub issue number | yes | ${{ github.event.issue.number }} |
| repo | The org and repo where the GitHub issue exists | yes | ${{ github.repository }} |
| teams | List of team labels to manage | yes | — |
| token | GitHub Admin PAT to open issues and comment | yes | ${{ secrets.GITHUB_TOKEN }} |
Outputs
no outputs