From 04e0c915745c564ee2b4608ac4729e5604a66105 Mon Sep 17 00:00:00 2001 From: Alexander Momchilov Date: Thu, 26 Feb 2026 09:58:01 -0500 Subject: [PATCH] Delete always-skipped GitHub action --- .github/workflows/dependabot_update_rbis_run.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/dependabot_update_rbis_run.yml diff --git a/.github/workflows/dependabot_update_rbis_run.yml b/.github/workflows/dependabot_update_rbis_run.yml deleted file mode 100644 index 06cd1b35b9..0000000000 --- a/.github/workflows/dependabot_update_rbis_run.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Update gem RBIs on Dependabot PRs - -on: - pull_request: - types: [opened, synchronize] - paths: - - 'Gemfile.lock' - -permissions: - contents: write - pull-requests: write - -jobs: - dependabot_update_rbis: - uses: Shopify/ruby-lsp/.github/workflows/dependabot_update_rbis.yml@main - secrets: inherit