From fc26c6a33db11ff82284f623f31ebf519d990d7b Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 24 Feb 2021 20:25:00 +0800 Subject: [PATCH] Create issue-check-inactive.yml (#29349) --- .github/workflows/issue-check-inactive.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/issue-check-inactive.yml diff --git a/.github/workflows/issue-check-inactive.yml b/.github/workflows/issue-check-inactive.yml new file mode 100644 index 0000000000..7a9ed4c820 --- /dev/null +++ b/.github/workflows/issue-check-inactive.yml @@ -0,0 +1,16 @@ +name: Issue Check Inactive + +on: + schedule: + - cron: "0 0 */15 * *" + +jobs: + check-inactive: + runs-on: ubuntu-latest + steps: + - name: check-inactive + uses: actions-cool/issues-helper@v1.7 + with: + actions: 'check-inactive' + inactive-label: 'Inactive' + inactive-day: 30