From 45add4d84edbfa9b56425aff60e9ca71a8dcc11d Mon Sep 17 00:00:00 2001 From: Luke Browne <163148653+LukeBrowne-R3@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:49:04 +0100 Subject: [PATCH] Update remove-stale-branches.yml (#232) --- .github/workflows/remove-stale-branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/remove-stale-branches.yml b/.github/workflows/remove-stale-branches.yml index 83ccdea..7cad01e 100644 --- a/.github/workflows/remove-stale-branches.yml +++ b/.github/workflows/remove-stale-branches.yml @@ -11,6 +11,8 @@ jobs: - uses: fpicalausa/remove-stale-branches@v1.5.8 with: dry-run: false + ignore-unknown-authors: true + default-recipient: "corda-jenkins-ci02" days-before-branch-stale: 30 days-before-branch-delete: 14 stale-branch-message: "@{author} The branch [{branchName}]({branchUrl}) hasn't been updated in the last 30 days and is marked as stale. It will be removed in 14 days.\r\nIf you want to keep this branch around, delete this comment or add new commits to this branch."