summaryrefslogtreecommitdiffstats
path: root/.github/workflows/auto_close_support.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/auto_close_support.yml')
-rw-r--r--.github/workflows/auto_close_support.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/auto_close_support.yml b/.github/workflows/auto_close_support.yml
new file mode 100644
index 000000000..28a0e695f
--- /dev/null
+++ b/.github/workflows/auto_close_support.yml
@@ -0,0 +1,14 @@
+on:
+ schedule:
+ - cron: 0 5 * * 3
+name: Weekly Issue Closure
+jobs:
+ cycle-weekly-close:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@master
+ - name: weekly-issue-closure
+ uses: bdougie/close-issues-based-on-label@master
+ env:
+ LABEL: support
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file