From 4a66e296bbd7cd33902b35976604f53e242e74fe Mon Sep 17 00:00:00 2001 From: Dave Gantenbein Date: Mon, 21 Aug 2023 12:13:00 -0400 Subject: [PATCH] #2904 add label config and other options --- .github/workflows/autoupdate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 28cd8acf6d7..de45e651c8e 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -15,3 +15,8 @@ jobs: - uses: docker://chinthakagodawita/autoupdate-action:v1 env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' + PR_LABELS: "auto-update" + MERGE_MSG: "Branch was auto-updated." + RETRY_COUNT: "5" + RETRY_SLEEP: "300" + MERGE_CONFLICT_ACTION: "fail"