From 25a9943d68a7dc31eeefeb17913dbe37d87e5302 Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Thu, 2 Apr 2026 20:38:37 +0300 Subject: NOISSUE Remove not needed CI workflows for GitHub Actions and reworked some workflows Signed-off-by: Mehmet Samet Duman --- json4cpp/.github/workflows/stale.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 json4cpp/.github/workflows/stale.yml (limited to 'json4cpp/.github/workflows/stale.yml') diff --git a/json4cpp/.github/workflows/stale.yml b/json4cpp/.github/workflows/stale.yml deleted file mode 100644 index 3161ebb756..0000000000 --- a/json4cpp/.github/workflows/stale.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: 'Comment and close stale issues and PR' -on: - schedule: - - cron: '0 0 * * *' - -permissions: - contents: read - -jobs: - stale: - runs-on: ubuntu-latest - - permissions: - issues: write - pull-requests: write - - steps: - - name: Harden Runner - uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0 - with: - egress-policy: audit - - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 - with: - stale-issue-label: 'state: stale' - stale-pr-label: 'state: stale' - exempt-issue-labels: 'pinned,security' - stale-issue-message: 'This issue has been marked as stale because it has been open for 90 days without activity. If this issue is still relevant, please add a comment or remove the "stale" label. Otherwise, it will be closed in 10 days. Thank you for helping us prioritize our work!' - stale-pr-message: 'This pull request has been marked as stale because it has had no activity for 30 days. While we won’t close it automatically, we encourage you to update or comment if it is still relevant. Keeping pull requests active and up-to-date helps us review and merge changes more efficiently. Thank you for your contributions!' - close-issue-message: 'This issue has been closed after being marked as stale for 10 days without any further activity. If this was done in error or the issue is still relevant, please feel free to reopen it or create a new issue. We appreciate your understanding and contributions.' - days-before-stale: 90 - days-before-pr-stale: 30 - days-before-close: 10 - days-before-pr-close: -1 -- cgit 0.0.5-2-1-g0f52