Skip to content

Commit

Permalink
XS✔ ◾ Update pr-manage-stale.yml (#20)
Browse files Browse the repository at this point in the history
Update pr-manage-stale.yml

Commented out scheduled cron jobs as it fires very frequently, and new projects generally have no need to gamify quick PRs immediately
  • Loading branch information
wicksipedia committed Mar 21, 2024
1 parent 7025952 commit 373e660
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-manage-stale.yml
Expand Up @@ -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:

Expand Down Expand Up @@ -157,4 +157,4 @@ jobs:
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 373e660

Please sign in to comment.