From 42d313bf4955f50987d159aec3e90866801a6360 Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:05:29 +0100 Subject: [PATCH] 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` --- .github/workflows/automerge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 289689b731882ad..47ce86d40cae66a 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,6 +1,7 @@ name: AutoMerge on: pull_request: + types: ['opened', 'synchronize', 'reopened', 'labeled'] schedule: # The cron job is just a fallback. # The "stopwatch" functionality that we have implemented should