cake-contrib / cake-contrib/Cake.Issues.Recipe

Determine new issues

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
Feature hacktoberfest help wanted
Dominant language
C#
Stars
3
Forks
6
PR merge metrics
No merged PRs in 30d

Description

In case of a project containing some issues, we should determine which issues are caused by a specific pull request.

Approach:
- Store log files as artifacts on build system
- Check if a pull request buid
- Get target branch from pull request system
- Determine last successful build of target branch at time source branch was branched or earlier
- Retrieve log files from build system
- Parse old log files
- Compare log issues from old logfiles with current issues
- Filter issues reported to pull request system to issues not already available in the old logs
- Add column to issues report to mark new issues

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.