From 705f26734af70c592b36981f4cded02e0013f999 Mon Sep 17 00:00:00 2001 From: Billie Thompson Date: Tue, 11 Aug 2020 19:33:33 +0200 Subject: [PATCH] Correct warning Currently, if you open up a action generated by the tap-new command in the github GUI, you get a warning saying "pull_requests should be an object". This fixes that. This wasn't stopping anything working currently, though I suppose it may in the future. Co-authored-by: Issy Long --- Library/Homebrew/dev-cmd/tap-new.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/tap-new.rb b/Library/Homebrew/dev-cmd/tap-new.rb index acae12e742..20c7475d47 100644 --- a/Library/Homebrew/dev-cmd/tap-new.rb +++ b/Library/Homebrew/dev-cmd/tap-new.rb @@ -50,7 +50,7 @@ module Homebrew on: push: branches: master - pull_request: [] + pull_request: jobs: test-bot: runs-on: ${{ matrix.os }}