From a14bd3dd055dea869975658648a63c561d1f5e1b Mon Sep 17 00:00:00 2001 From: Marcelo Vargas Date: Fri, 21 Jul 2023 11:10:38 -0700 Subject: [PATCH] disable dryrun --- .github/workflows/delete-old-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/delete-old-branches.yml b/.github/workflows/delete-old-branches.yml index 9723b6fe..ec245c4d 100644 --- a/.github/workflows/delete-old-branches.yml +++ b/.github/workflows/delete-old-branches.yml @@ -16,5 +16,6 @@ jobs: with: repo_token: ${{ github.token }} date: '7 days ago' + dry_run: false default_branches: main,master,staging exclude_open_pr_branches: true \ No newline at end of file