Matt Clay

Results 35 issues of Matt Clay

### Summary The following incidental tests exist. Check them off as they are removed. If you are working on a PR to replace some or all of the coverage from...

needs_info
needs_template
support:core
has_pr
feature
affects_2.12

Detect PRs with excessively large files (size TBD). If any are found, comment on the PR and add the `needs_revision` label. This will prevent accidentally merging PRs with oversized content...

enhancement

PRs for stable branches should be reviewed by the bot to determine if the diff is an exact match for the original PR in devel. If there is a match,...

enhancement
P2

The bot already identifies pull requests which need CI by labeling them with the `needs_ci` label. The next logical step is to automate resolution of this situation to avoid manual...

enhancement
P2

The bot should look for pull requests which have a pending or processing CI status older than one hour. When a pull request is discovered in this state the bot...

enhancement
P2

If a PR is waiting to be merged, but is blocked **only** due to `stale_ci`, CI should be re-run. Depends on #459

enhancement

When all of the following conditions are met: 1. A `label:bug` PR is merged in `devel`. 1. One or more files in the PR exist in supported stable branches. The...

enhancement

The bot correctly comments on test failures. However, when a PR is rebuilt without new commits being pushed, the bot will still comment on test failures. This is good when...

enhancement

##### SUMMARY Testing only. Do not merge. ##### ISSUE TYPE Test Pull Request ##### COMPONENT NAME ansible-test

test
WIP
support:community
support:core
affects_2.14

### Bug description A false positive is reported for `unexpected-keyword-arg` starting with pylint 2.15.0 for dataclasses with multiple inheritance, as seen in the code below. The issue is present in...

False Positive 🦟
Needs astroid update
topic-dataclasses