From 1b27ad4f78c85c5e28d42b2dd2af31d47350d6ae Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 9 Nov 2023 09:52:05 -0800 Subject: [PATCH] removed stale issues libs --- .github/workflows/action_stale-issue-pr.yml | 22 --------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/action_stale-issue-pr.yml diff --git a/.github/workflows/action_stale-issue-pr.yml b/.github/workflows/action_stale-issue-pr.yml deleted file mode 100644 index 7bda72f..0000000 --- a/.github/workflows/action_stale-issue-pr.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Action | Mark stale issues and PR - -on: - schedule: - - cron: '34 22 * * *' - -jobs: - stale: - - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - - steps: - - uses: actions/stale@v5 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue, closing!' - stale-pr-message: 'Stale pull request, closing!' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity' \ No newline at end of file