diff --git a/.github/ISSUE_TEMPLATE/page-request.yml b/.github/ISSUE_TEMPLATE/page-request.yml index d2b07b92a..e87063dbf 100644 --- a/.github/ISSUE_TEMPLATE/page-request.yml +++ b/.github/ISSUE_TEMPLATE/page-request.yml @@ -24,4 +24,3 @@ body: - label: sunOS - label: Windows - diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index dab38bce5..c69596bc6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,13 +29,13 @@ jobs: # Number of days of inactivity before a stale issue or PR is closed days-before-pr-close: 30 - days-before-issue-close: 90 + days-before-issue-close: 90 # Issues or PRs with these labels will never be considered stale exempt-pr-labels: stalebot ignore exempt-issue-labels: stalebot ignore,help wanted - + # Label to use when marking an issue or PR as stale stale-pr-label: waiting