From 94a31f2a0c8dacb1d0e5f773924077dce7c3a529 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Mon, 16 Dec 2024 21:51:38 -0500 Subject: [PATCH] .github: remove close-inactive, change name of QA task --- .github/workflows/close-inactive.yml | 23 ----------------------- .github/workflows/qa.yml | 2 +- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 .github/workflows/close-inactive.yml diff --git a/.github/workflows/close-inactive.yml b/.github/workflows/close-inactive.yml deleted file mode 100644 index c6019a29d..000000000 --- a/.github/workflows/close-inactive.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -jobs: - close-issues: - if: false - permissions: - issues: write - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v5 - with: - close-issue-message: This issue was closed because it has been inactive for 14 days since being marked as stale. - days-before-issue-close: 14 - days-before-issue-stale: 30 - days-before-pr-close: -1 - days-before-pr-stale: -1 - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-label: stale - stale-issue-message: This issue is stale because it has been open for 30 days with no activity. -name: Close inactive issues -'on': - schedule: - - cron: 30 1 * * * diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 2ffcc58c6..55bc07e6c 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -1,6 +1,6 @@ --- jobs: - build: + qa: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3