From b178af491c6df304580bfef024c68eee5b6a1df5 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 2 Aug 2023 14:21:55 +0200 Subject: all: remove closestale.yaml This reverts commit 71f8554dae7330f8cfa1b22775ebafdff2315623. The bot has begun to actually close stale issues and it does not seem to be the behavior we want. Let's disable it for now. --- .github/workflows/closestale.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/closestale.yaml (limited to '.github') diff --git a/.github/workflows/closestale.yaml b/.github/workflows/closestale.yaml deleted file mode 100644 index 92d759aa6..000000000 --- a/.github/workflows/closestale.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2023 syzkaller project authors. All rights reserved. -# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. - -# https://github.com/actions/stale for details. - -name: 'Label/close stale PRs' -on: - schedule: - - cron: '30 * * * *' - -jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v8 - with: - stale-pr-message: 'This PR is stale because it has been open 90 days with no activity.' - days-before-pr-stale: 90 - days-before-pr-close: -1 # never -- cgit mrf-deployment