From 4dcb230578d9ab7715fe7354b8ac1340c2592192 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Thu, 13 Jun 2024 14:53:25 -0400 Subject: [PATCH 1/2] chore(CI): Fix GH action to set stale issues status to needs triage --- .github/workflows/triage-stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-stale-issues.yml b/.github/workflows/triage-stale-issues.yml index 2ca2f009677..319eb3bcc03 100644 --- a/.github/workflows/triage-stale-issues.yml +++ b/.github/workflows/triage-stale-issues.yml @@ -13,6 +13,6 @@ jobs: github_token: ${{ secrets.GH_PROJECTS }} organization: patternfly project_number: 7 - content_id: ${{ github.event.client_payload.command.resource.id }} + content_id: ${{ github.event.issue.id }} field: Status value: Needs triage From d7255cea60428fa5608820be93b37b69349c6611 Mon Sep 17 00:00:00 2001 From: Austin Sullivan Date: Thu, 13 Jun 2024 15:42:31 -0400 Subject: [PATCH 2/2] chore(ci): Update stale action comments --- .github/workflows/stale.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 889b575f8a5..3a5e987e7a4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,5 @@ jobs: days-before-close: -1 exempt-issue-labels: accessibility,breaking change :boom:,security,pinned stale-issue-label: stale - stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. - stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. - close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.' - close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.' + stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. + stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity.