Update and rename main.yml to stale.yml
Browse files
.github/workflows/{main.yml → stale.yml}
RENAMED
@@ -16,10 +16,10 @@ jobs:
|
|
16 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
17 |
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."
|
18 |
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."
|
19 |
-
days-before-stale:
|
20 |
days-before-close: 7 # Number of days after being marked stale before closing
|
21 |
stale-issue-label: "stale" # Label to apply to stale issues
|
22 |
stale-pr-label: "stale" # Label to apply to stale pull requests
|
23 |
exempt-issue-labels: "pinned,important" # Issues with these labels won't be marked stale
|
24 |
exempt-pr-labels: "pinned,important" # PRs with these labels won't be marked stale
|
25 |
-
operations-per-run:
|
|
|
16 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
17 |
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."
|
18 |
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."
|
19 |
+
days-before-stale: 14 # Number of days before marking an issue or PR as stale
|
20 |
days-before-close: 7 # Number of days after being marked stale before closing
|
21 |
stale-issue-label: "stale" # Label to apply to stale issues
|
22 |
stale-pr-label: "stale" # Label to apply to stale pull requests
|
23 |
exempt-issue-labels: "pinned,important" # Issues with these labels won't be marked stale
|
24 |
exempt-pr-labels: "pinned,important" # PRs with these labels won't be marked stale
|
25 |
+
operations-per-run: 90 # Limits the number of actions per run to avoid API rate limits
|