cake-contrib / cake-contrib/Cake.Issues.Recipe
Add configuration option to define issue providers to include/exclude for pull request status
- Dominant language
- C#
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Similar to `BuildBreaking.IssueProvidersToIgnore` and `BuildBreaking.IssueProvidersToConsider` there should be configuration options to include or exclude issues from specific issue providers when setting pull request status.
Entries in `IssueProvidersToIgnore`:
- Issues reported by these issue providers are not considered for the overall `Issues` status
- No status is reported for these issues
Entries in `IssueProvidersToConsider
- Are included in overall `Issues` status
- A status is reported for these issues
- If empty all issue provider / issues are considered.
Contributor guide
Research direction
Start by locating the existing BuildBreaking.IssueProvidersToIgnore and BuildBreaking.IssueProvidersToConsider configuration and the code that sets pull request status. Trace how issue providers contribute to the overall Issues status, then verify that ignored providers produce no status and considered providers are included, with empty consideration settings including all providers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100