• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chrisns / repomanager / 24935518485
88%
master: 85%

Build:
Build:
LAST BUILD BRANCH: renovate/aws-sdk-js-v3-monorepo
DEFAULT BRANCH: master
Ran 25 Apr 2026 04:36PM UTC
Jobs 1
Files 6
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Apr 2026 04:35PM UTC coverage: 87.831% (+0.1%) from 87.73%
24935518485

Pull #1584

github

chrisns
Stop the bot from looping on its own consent-issue edits

Three coupled defensive fixes to break the re-fire loop seen during a
bulk-tick of 30 consent issues, where each markItemsApplied write
triggered another issues.edited, which re-ran applyConsentedChanges,
which re-tried createPullRequest and tripped on "Pull request already
exists":

* handleIssuesEdited now ignores edits whose sender is a Bot account
  (the-repository-manager[bot] in particular). The bot's own writes
  must not feed back into apply work.

* applyConsentedChanges only acts on items that are checked AND not
  already applied (struck through) AND not failed (⚠️). Idempotent
  apply calls don't pay the cost of redoing work, and non-idempotent
  ones (createPullRequest) don't error out on "already exists".

* applyFiles passes update: true to octokit-plugin-create-pull-request
  so retries against an existing open PR are no-ops rather than
  failures.
Pull Request #1584: Stop bot looping on its own consent-issue edits

245 of 312 branches covered (78.53%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 1 file covered. (100.0%)

484 of 518 relevant lines covered (93.44%)

12.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24935518485.1 25 Apr 2026 04:36PM UTC 6
87.83
GitHub Action Run
Source Files on build 24935518485
  • Tree
  • List 6
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #1584
  • PR Base - master (#24935221454)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc