From c3ccfa5f3c06497361a9511498363747c783315d Mon Sep 17 00:00:00 2001 From: John Murret Date: Tue, 25 Jun 2024 15:35:07 -0600 Subject: [PATCH] temporarily add on push so we can run this new workflow in a non-defult branch. --- .github/workflows/backport-commenter.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backport-commenter.yml b/.github/workflows/backport-commenter.yml index 4abd05faf5aa..12458678f912 100644 --- a/.github/workflows/backport-commenter.yml +++ b/.github/workflows/backport-commenter.yml @@ -4,7 +4,7 @@ name: Backport Commenter run-name: Validate backports and notify PRs owners on: - # Commented out the schedule bits as this is a test repo. + # TODO (jmurret): Re-enable before we merge this PR. # schedule: # - cron: "0 9 * * *" workflow_dispatch: @@ -17,6 +17,10 @@ on: description: Begin Date to check for PRs being merged. In the format of YYYY-MM-DD. required: true type: string + # TODO (jmurret): Remove this before we merge this PR. + push: + branches: + - jm/** env: GOPRIVATE: github.com/hashicorp # Required for private/internal backport-checker repo