Skip to content

fix: remove legacy workflows#42

Merged
ChristophShyper merged 1 commit intomasterfrom
dependency/old-workflows
Mar 27, 2026
Merged

fix: remove legacy workflows#42
ChristophShyper merged 1 commit intomasterfrom
dependency/old-workflows

Conversation

@ChristophShyper
Copy link
Copy Markdown
Member

📝 Brief description

💻 Commits

📁 Modified files

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

Copilot AI review requested due to automatic review settings March 27, 2026 20:40
@ChristophShyper ChristophShyper requested a review from a team as a code owner March 27, 2026 20:40
@ChristophShyper ChristophShyper merged commit cecd506 into master Mar 27, 2026
2 checks passed
@ChristophShyper ChristophShyper deleted the dependency/old-workflows branch March 27, 2026 20:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes legacy GitHub Actions workflows from this meta repository, presumably to retire outdated CI/automation.

Changes:

  • Deletes .github/workflows/PUSH-OTHER.yml (label dry-run + branch-based PR creation automation).
  • Deletes .github/workflows/PUSH-MASTER.yml (label update automation on master).

Reviewed changes

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

File Description
.github/workflows/PUSH-OTHER.yml Removes “push to other branches” automation (labels dry-run, example job, auto-PR creation by branch prefix).
.github/workflows/PUSH-MASTER.yml Removes “push to master” automation (label update + example job).
Comments suppressed due to low confidence (2)

.github/workflows/PUSH-OTHER.yml:1

  • Removing this workflow also removes the automation described in CONTRIBUTING.md ("Pull requests are created automatically ... after pushing commits to a new branch"). Since there are no remaining workflows in this repo, please either update the contributing docs to reflect the new process, or replace this workflow with the new mechanism that performs PR creation.
    .github/workflows/PUSH-MASTER.yml:1
  • After deleting this workflow, README.md still advertises GitHub Actions badges/links under .../workflows/<name>/badge.svg. With no workflows remaining, those badges and action queries will be broken; please update/remove the workflow badges (and any related references) as part of this cleanup.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants