Skip to content

ci: use apify/actions/pr-title-check wrapper for PR title checks#1009

Merged
janbuchar merged 1 commit into
masterfrom
chore/use-pr-title-check-wrapper
Jun 23, 2026
Merged

ci: use apify/actions/pr-title-check wrapper for PR title checks#1009
janbuchar merged 1 commit into
masterfrom
chore/use-pr-title-check-wrapper

Conversation

@janbuchar

Copy link
Copy Markdown
Contributor

What

Replaces the direct amannn/action-semantic-pull-request usage in our PR-title workflow with the shared apify/actions/pr-title-check@v1.3.0 wrapper.

Why

We're consolidating PR-title checking across the org behind a single wrapper action (apify/actions/pr-title-check). Benefits:

  • One place to pin/update the underlying action version (no more per-repo version drift — we currently have v4.5.0, v5.5.3, v6, v6.1.1 scattered across repos).
  • The wrapper also spell-checks the PR title via crate-ci/typos.

Changes

  • Swapped the amannn/action-semantic-pull-request@<version> step for apify/actions/pr-title-check@v1.3.0.
  • Dropped the manual GITHUB_TOKEN env wiring; the wrapper defaults to github.token.

Note

This adds a PR-title spell-check that wasn't running before. The spell-checker reads a _typos.toml that lives in this repository — it's local to this repo, not a shared/org-wide config, so you have full control over it. If the check produces false positives, just add the offending words (or rules) to _typos.toml in this repo. If no _typos.toml is present, the typos defaults apply.

@github-actions github-actions Bot added this to the 143rd sprint - Tooling team milestone Jun 23, 2026
@github-actions github-actions Bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Jun 23, 2026
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.58%. Comparing base (f949c24) to head (c21ad22).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1009      +/-   ##
==========================================
- Coverage   91.61%   91.58%   -0.04%     
==========================================
  Files          50       50              
  Lines        3160     3160              
==========================================
- Hits         2895     2894       -1     
- Misses        265      266       +1     
Flag Coverage Δ
e2e 35.88% <ø> (ø)
integration 56.67% <ø> (-0.04%) ⬇️
unit 80.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@janbuchar janbuchar requested a review from vdusek June 23, 2026 13:15
@janbuchar janbuchar added the adhoc Ad-hoc unplanned task added during the sprint. label Jun 23, 2026
@janbuchar janbuchar merged commit 3c294fa into master Jun 23, 2026
28 of 29 checks passed
@janbuchar janbuchar deleted the chore/use-pr-title-check-wrapper branch June 23, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants