From cf8cba1fe102c4399c51c8dec7e276a0a585270a Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 15 Jun 2023 05:13:00 +0530 Subject: [PATCH] .github: fix trailing spaces and lines (#10378) * page-request.yml: remove trailing line * stale.yml: fix trailing space --- .github/ISSUE_TEMPLATE/page-request.yml | 1 - .github/workflows/stale.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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