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. 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