From 4eebdc6901e034951465126522c13b424929001f Mon Sep 17 00:00:00 2001 From: SoCuul <63339559+SoCuul@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:28:06 -0700 Subject: [PATCH] refactor: remove comments and change workflow name --- .github/workflows/delete-workflow-runs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delete-workflow-runs.yml b/.github/workflows/delete-workflow-runs.yml index e26c168..eee28b2 100644 --- a/.github/workflows/delete-workflow-runs.yml +++ b/.github/workflows/delete-workflow-runs.yml @@ -5,15 +5,15 @@ on: days: description: 'Days-worth of runs to keep for each workflow' required: true - default: '7' # default value is "30" + default: '7' minimum_runs: description: 'Minimum runs to keep for each workflow' required: true - default: '5' # default value is "6" + default: '5' delete_workflow_pattern: description: 'Name or filename of the workflow (if not set, all workflows are targeted)' required: false - default: 'Build and Release BHInsta' # default value is "" + default: 'Build and Package BHInsta' delete_workflow_by_state_pattern: description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually' required: true