diff --git a/.github/workflows/remove-stale-branches.yml b/.github/workflows/remove-stale-branches.yml new file mode 100644 index 00000000000..8f06accdb9d --- /dev/null +++ b/.github/workflows/remove-stale-branches.yml @@ -0,0 +1,12 @@ +on: + schedule: + - cron: "0 0 * * *" # Everday at midnight + +jobs: + remove-stale-branches: + name: Remove Stale Branches + runs-on: ubuntu-latest + steps: + - uses: fpicalausa/remove-stale-branches@v1.6.0 + with: + dry-run: true # Check out the console output before setting this to false