SRE-1079: Remove the shared actions, workflows and Renovate preset moved to hashintel/actions - #112
Conversation
…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.
PR SummaryMedium Risk Overview Removed: all of README no longer lists Operational impact: consumers must point Renovate at Reviewed by Cursor Bugbot for commit cc417f6. Bugbot is set up for automated code reviews on this repo. Configure here. |
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.mdandREADME.md.Related links
.githubactions#1What does this change?
.github/actions/(decrypt-secret,encrypt-secret,github-app-token,install-renovate) and.github/workflows/.renovate-config.json, this repository's ownrenovate.jsonand.gitignore.renovate-config.jsonentry from the file list inREADME.md.Before merging
hashintel/.github/...@<sha>keep working after the merge, because pinned commits stay reachable. Callers that extendgithub>hashintel/.github:renovate-configread the preset frommainand fail once it is gone, so every caller has to extendgithub>hashintel/actions:renovate-configfirst.Scan,Review,Validate renovate config,Linear Issue IDandValidate 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.renovate#111 updatesrenovateininstall-renovate, which this PR deletes. That update has to land inhashintel/actionsinstead.