Skip to content

SRE-1079: Remove the shared actions, workflows and Renovate preset moved to hashintel/actions - #112

Merged
TimDiekmann merged 2 commits into
mainfrom
t/sre-1079-remove-content-moved-to-actions
Sep 26, 2026
Merged

TimDiekmann merged 2 commits into
mainfrom
t/sre-1079-remove-content-moved-to-actions

Conversation

@TimDiekmann

@TimDiekmann TimDiekmann commented Sep 26, 2026 •

Copy link
Copy Markdown
Member

The composite actions, reusable workflows and Renovate preset move out of this repository. hashintel/actions has hosted copies of them since hashintel/actions#1. This repository keeps profile/README.md, LICENSE.md and README.md.

Related links

What does this change?

  • It deletes .github/actions/ (decrypt-secret, encrypt-secret, github-app-token, install-renovate) and .github/workflows/.
  • It deletes the shared preset renovate-config.json, this repository's own renovate.json and .gitignore.
  • It removes the renovate-config.json entry from the file list in README.md.

Before merging

  • Callers that pin hashintel/.github/...@<sha> keep working after the merge, because pinned commits stay reachable. Callers that extend github>hashintel/.github:renovate-config read the preset from main and fail once it is gone, so every caller has to extend github>hashintel/actions:renovate-config first.
  • The branch ruleset requires Scan, Review, Validate renovate config, Linear Issue ID and Validate shell scripts. This PR deletes the workflows that report them, so those required checks have to come out of the ruleset before it can merge.
  • SRE-1092: Update renovate #111 updates renovate in install-renovate, which this PR deletes. That update has to land in hashintel/actions instead.

…ved to `hashintel/actions`

hashintel/actions hosts the composite actions, reusable workflows and Renovate preset that lived here. This repository keeps the organization profile, the license and a shortened README that points to hashintel/actions.
@TimDiekmann TimDiekmann self-assigned this Sep 26, 2026
@TimDiekmann
TimDiekmann marked this pull request as ready for review September 26, 2026 16:17
Copilot AI lite review requested due to automatic review settings September 26, 2026 16:17
@cursor

cursor Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

PR Summary

Medium Risk
Deletes org-wide CI/Renovate assets and breaks callers still extending hashintel/.github:renovate-config or required checks tied to removed workflows until repos and rulesets are migrated.

Overview
This PR strips CI, shared actions, and Renovate from hashintel/.github now that those live in hashintel/actions. The repo is narrowed to community-health defaults (README, LICENSE, profile/README, etc.).

Removed: all of .github/actions/ (secret encrypt/decrypt, Vault-backed GitHub App token minting, pinned Renovate install) and .github/workflows/ (central Renovate, actionlint, dependency review, PR title / TODO checks, shellcheck + Renovate config validation). Also deleted the org-wide renovate-config.json, this repo’s renovate.json, and .gitignore.

README no longer lists renovate-config.json as a planned shared file.

Operational impact: consumers must point Renovate at github>hashintel/actions:renovate-config before main loses the preset; branch protection required checks that depended on the deleted workflows must be updated before merge.

Reviewed by Cursor Bugbot for commit cc417f6. Bugbot is set up for automated code reviews on this repo. Configure here.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@indietyp indietyp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🫡

@TimDiekmann
TimDiekmann merged commit 185565b into main Sep 26, 2026
5 of 6 checks passed
@TimDiekmann
TimDiekmann deleted the t/sre-1079-remove-content-moved-to-actions branch September 26, 2026 19:59
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