From d27c9e8c482c3af69cfe1405f50ba1f4eeffb090 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:41:12 +0100 Subject: [PATCH] Don't add the `automation` label to inventory PRs For the same reasons as: https://github.com/heroku/languages-github-actions/pull/109 --- .github/workflows/inventory.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/inventory.yml b/.github/workflows/inventory.yml index 0c1c839d..f391e013 100644 --- a/.github/workflows/inventory.yml +++ b/.github/workflows/inventory.yml @@ -55,7 +55,6 @@ jobs: committer: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}> author: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}> branch: update-go-inventory - labels: "automation" body: "Automated pull-request to update heroku/go inventory:\n\n${{ steps.set-diff-msg.outputs.msg }}" - name: Configure PR