From 8380bf027de96165c94c1a88c7e0fe0d8f1b2542 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Sat, 17 Dec 2022 09:38:42 -0800 Subject: [PATCH] chore: correct the name of the STALEBOT_START_DATE_RFC_2822 variable (#29191) Oops. Changed this in the repository, but failed to update it in code. Note to self: land this _after_ 8:00UTC Dec 10 --- .github/workflows/manage-stale-issues-and-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-stale-issues-and-prs.yml b/.github/workflows/manage-stale-issues-and-prs.yml index a5bb8e34c1..13b6d8bd04 100644 --- a/.github/workflows/manage-stale-issues-and-prs.yml +++ b/.github/workflows/manage-stale-issues-and-prs.yml @@ -40,4 +40,4 @@ jobs: # Time immemorial when in debug-only mode (ie. on pull requests). # `STALEBOT_START_DATE` otherwise. # You can use this as a killswitch by setting `STALEBOT_START_DATE` in the far future. - start-date: ${{ github.event_name == 'pull_request' && '1970-01-01T00:00:00Z' || secrets.STALEBOT_START_DATE }} # ISO 8601 or RFC 2822 + start-date: ${{ github.event_name == 'pull_request' && '1970-01-01T00:00:00Z' || secrets.STALEBOT_START_DATE_RFC_2822 }} # ISO 8601 or RFC 2822