Skip to content

chore: remove deprecated workflows#2666

Merged
adamwalach merged 1 commit into
masterfrom
remove-deprecated-workflows
Jul 7, 2026
Merged

chore: remove deprecated workflows#2666
adamwalach merged 1 commit into
masterfrom
remove-deprecated-workflows

Conversation

@adamwalach

@adamwalach adamwalach commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Removed two automated GitHub workflows related to license checks and product board synchronization.
    • This may reduce background automation during pull requests and issue handling, with no direct change to the app’s user-facing features.

Copilot AI review requested due to automatic review settings July 7, 2026 12:51
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: a33d8653-9875-464d-b89d-af849ad9638a

📥 Commits

Reviewing files that changed from the base of the PR and between a5b0058 and c35096d.

📒 Files selected for processing (2)
  • .github/workflows/licenses.yml
  • .github/workflows/pm.yml
💤 Files with no reviewable changes (2)
  • .github/workflows/licenses.yml
  • .github/workflows/pm.yml

📝 Walkthrough

Walkthrough

Two GitHub Actions workflow files were removed: licenses.yml, which ran license compliance checks, and pm.yml, which synchronized issues and pull requests with a product board. No source code or public API changes are included.

Changes

Cohort / File(s) Summary
Removed CI Workflows
.github/workflows/licenses.yml, .github/workflows/pm.yml
Deleted the license-check workflow and the product board synchronization workflow, including their triggers, jobs, and steps.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning No PR description was provided, so the required template sections and checklist are missing. Add the template sections: change summary, related issue/design doc, checklist, and any additional notes or breaking changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: removing deprecated workflows.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-deprecated-workflows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes deprecated GitHub Actions workflows to simplify CI automation and eliminate unused maintenance jobs.

Changes:

  • Deleted the pm.yml workflow that synchronized newly opened issues/PRs to the product board.
  • Deleted the licenses.yml workflow that ran license compliance checks and auto-committed license updates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/pm.yml Removes deprecated product-board synchronization automation.
.github/workflows/licenses.yml Removes deprecated license compliance / license write-back workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@adamwalach adamwalach enabled auto-merge (squash) July 7, 2026 12:58
@adamwalach adamwalach merged commit 82fd31d into master Jul 7, 2026
14 checks passed
@adamwalach adamwalach deleted the remove-deprecated-workflows branch July 7, 2026 13:00
unatasha8 pushed a commit that referenced this pull request Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants