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

dblock / slack-ruby-client / 31555295447
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: include-changelog-in-commit-message
DEFAULT BRANCH: master
Ran 12 Aug 2026 01:57AM UTC
Jobs 8
Files 262
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

12 Aug 2026 01:57AM UTC coverage: 91.055%. Remained the same
31555295447

push

github

dblock
Migrate AI CHANGELOG entry generation to Copilot CLI

GitHub Models (the models.github.ai inference API backing
actions/ai-inference@v1) was fully retired on July 30, 2026:

  Error: 410 GitHub Models is temporarily unavailable as part of a
  scheduled retirement brownout.

actions/ai-inference@v1 has since been rewritten (v3) to exclusively
shell out to the GitHub Copilot CLI instead of calling GitHub Models
directly. Update the workflow to match:

- Install and authenticate the Copilot CLI (npm install -g
  @github/copilot) before invoking actions/ai-inference@v1, using a
  COPILOT_GITHUB_TOKEN sourced from a new COPILOT_PAT repo secret
  (requires a Copilot-enabled account/subscription; free for
  individual/OSS maintainer tiers, but no longer works with the
  default GITHUB_TOKEN).
- Drop the models: read permission, no longer needed.
- The v3 action also dropped structured JSON schema output
  (responseFormat/jsonSchema); the prompt now asks the model to
  return a bare JSON object with no markdown fences, and the
  "Build changelog entries" step strips any ``` fences defensively
  before parsing with jq.

NOTE: requires adding a COPILOT_PAT secret (a PAT for an account
with Copilot CLI access) to this repository's Actions secrets for
the workflow to actually run.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

5232 of 5746 relevant lines covered (91.05%)

100.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.0 - 31555295447.1 12 Aug 2026 01:57AM UTC 524
90.94
GitHub Action Run
2 run-3.4 - 31555295447.2 12 Aug 2026 01:57AM UTC 268
84.49
GitHub Action Run
3 run-3.1 - 31555295447.3 12 Aug 2026 01:57AM UTC 524
90.94
GitHub Action Run
4 run-3.2 - 31555295447.4 12 Aug 2026 01:57AM UTC 268
84.49
GitHub Action Run
5 run-jruby-head - 31555295447.5 12 Aug 2026 01:59AM UTC 268
84.35
GitHub Action Run
6 run-ruby-head - 31555295447.6 12 Aug 2026 01:57AM UTC 268
84.49
GitHub Action Run
7 run-2.7 - 31555295447.7 12 Aug 2026 01:58AM UTC 524
91.01
GitHub Action Run
8 run-3.3 - 31555295447.8 12 Aug 2026 01:57AM UTC 268
84.49
GitHub Action Run
Source Files on build 31555295447
  • Tree
  • List 262
  • Changed 257
  • Source Changed 0
  • Coverage Changed 257
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31555295447
  • f680f6bb on github
  • Prev Build on migrate-copilot-cli-provider (#31553558167)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc