]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add stale-bot for issues/PRs needing more info
authorFlole998 <Flole998@users.noreply.github.com>
Fri, 2 Feb 2024 00:18:44 +0000 (01:18 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 00:18:44 +0000 (01:18 +0100)
.github/workflows/stale_bot.yml [new file with mode: 0644]

diff --git a/.github/workflows/stale_bot.yml b/.github/workflows/stale_bot.yml
new file mode 100644 (file)
index 0000000..00c8421
--- /dev/null
@@ -0,0 +1,12 @@
+name: 'Close stale issues and PRs'
+on:
+  schedule:
+    - cron: '30 1 * * *'
+
+jobs:
+  stale:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/stale@v9
+        with:
+          any-of-labels: 'needs-more-info'