Skip to content

Commit

Permalink
CI: Add types to automerge.yml (#100066)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ericphanson authored Feb 1, 2024
1 parent bd517e9 commit 62f8112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 62f8112

Please sign in to comment.