Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-06-20 22:39:35 +0300
committerdartcafe <github@dartcafe.de>2021-06-20 22:39:35 +0300
commit26b7177cc14d365912f01096d9657b819d5e0e14 (patch)
tree576c223dd69a3868e78a95e72050572353ca8952 /.github
parenta2aa2c6321d0ed7c7ec7c83c74ba270795f8f30a (diff)
add missing template to stale workflow
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/missing_template.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/missing_template.yml b/.github/workflows/missing_template.yml
new file mode 100644
index 00000000..c95742ce
--- /dev/null
+++ b/.github/workflows/missing_template.yml
@@ -0,0 +1,21 @@
+name: Missing bug template
+
+on:
+ schedule:
+ - cron: "30 1 * * *"
+
+jobs:
+ stale:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/stale@v3
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ stale-issue-message: 'This issue is marked as stale, because the necessary template
+ is skipped or filled out insufficently. We cannot help without proper information.
+ This issue will be closed in 5 days, unless the needed information will be added.'
+ any-of-issue-labels: 'Template missing'
+ labels-to-remove-when-unstale: 'Template missing'
+ stale-issue-label: 'stale'
+ days-before-stale: 1
+ days-before-close: 5