summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJunyan Liu (Centific Technologies Inc) <[email protected]>2026-03-26 00:10:49 -0700
committerJunyan Liu (Centific Technologies Inc) <[email protected]>2026-03-26 00:10:49 -0700
commitf83e1a1827bb2966de1449bf6784866d9609923f (patch)
treea862ffd7276a7cbeae07c647357c0ef840c92e85 /.github/workflows
parentef8faf9f4e187d354660804da007f2ad0f4a55a3 (diff)
removing unused workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/StaleIssues.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/StaleIssues.yml b/.github/workflows/StaleIssues.yml
deleted file mode 100644
index d3a3776a..00000000
--- a/.github/workflows/StaleIssues.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Close inactive issues
-on:
- workflow_dispatch:
-jobs:
- close-issues:
- runs-on: ubuntu-latest
- permissions:
- issues: write
- steps:
- - uses: actions/stale@v10
- with:
- days-before-issue-stale: 365
- stale-issue-label: "stale"
- stale-issue-message: "This issue has been inactive for a year. It will be closed in 31 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
- operations-per-run: 400
- repo-token: ${{ secrets.GITHUB_TOKEN }}