From 62f8112c8b56eefb9b81dca5090b643c71503cbe Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:35:25 +0100 Subject: [PATCH] CI: Add `types` to automerge.yml (#100066) * Add `types` to automerge.yml from https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request we need to specify our `types` * Update automerge.yml no quotes * Update .github/workflows/automerge.yml --- .github/workflows/automerge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 289689b731882ad..ad6f08122761bd8 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,6 +1,8 @@ name: AutoMerge on: pull_request: + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request + types: [opened, reopened, labeled, synchronize] schedule: # The cron job is just a fallback. # The "stopwatch" functionality that we have implemented should