diff --git a/.github/workflows/pr-manage-stale.yml b/.github/workflows/pr-manage-stale.yml index 40cc312..256c9e4 100644 --- a/.github/workflows/pr-manage-stale.yml +++ b/.github/workflows/pr-manage-stale.yml @@ -5,13 +5,13 @@ name: "PR - Manage Stale PRs" on: pull_request: - types: [opened, ready_for_review] + types: [opened, ready_for_review, closed] branches: [main] - schedule: - # run every 2nd hour - # https://crontab.guru/#0_0/2_*_*_* - - cron: "0 0/2 * * *" + # schedule: + # # run every 2nd hour + # # https://crontab.guru/#0_0/2_*_*_* + # - cron: "0 0/2 * * *" workflow_dispatch: @@ -157,4 +157,4 @@ jobs: } env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}