From d8fee4ca0c7d5adcba9aa16d0c03c17676237264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BB=CE=B1=CE=B9=CE=BF=CE=BB=CF=8C=CE=B3?= =?UTF-8?q?=CE=BF=CF=82?= Date: Mon, 13 Apr 2020 11:23:00 +0200 Subject: [PATCH] remove github workflows - it's useless --- .github/workflows/stale.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index 86049f87..00000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mark stale issues and pull requests - -on: - schedule: - - cron: "0 0 * * *" - -jobs: - stale: - - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Note: This issue is stale! It may get closed soon for inactivity.' - stale-pr-message: 'Note: This pull request is stale! It may get closed soon for inactivity.' - stale-issue-label: 'no-issue-activity' - stale-pr-label: 'no-pr-activity'