From 115dcbb3bdc7d6b8d71dc9f5b7659cd666f92ea4 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Mon, 2 Dec 2024 11:10:50 -0500 Subject: [PATCH] Update and rename main.yml to stale.yml --- .github/workflows/{main.yml => stale.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{main.yml => stale.yml} (90%) diff --git a/.github/workflows/main.yml b/.github/workflows/stale.yml similarity index 90% rename from .github/workflows/main.yml rename to .github/workflows/stale.yml index 46e05c0..16a5b72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/stale.yml @@ -16,10 +16,10 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue has been marked as stale due to inactivity. If no further activity occurs, it will be closed in 7 days." stale-pr-message: "This pull request has been marked as stale due to inactivity. If no further activity occurs, it will be closed in 7 days." - days-before-stale: 30 # Number of days before marking an issue or PR as stale + days-before-stale: 14 # Number of days before marking an issue or PR as stale days-before-close: 7 # Number of days after being marked stale before closing stale-issue-label: "stale" # Label to apply to stale issues stale-pr-label: "stale" # Label to apply to stale pull requests exempt-issue-labels: "pinned,important" # Issues with these labels won't be marked stale exempt-pr-labels: "pinned,important" # PRs with these labels won't be marked stale - operations-per-run: 30 # Limits the number of actions per run to avoid API rate limits + operations-per-run: 90 # Limits the number of actions per run to avoid API rate limits