diff options
-rw-r--r-- | .gitlab/aports-qa-bot.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab/aports-qa-bot.json b/.gitlab/aports-qa-bot.json new file mode 100644 index 00000000000..3ba62bff4c0 --- /dev/null +++ b/.gitlab/aports-qa-bot.json @@ -0,0 +1,6 @@ +{ + "NotStaleLabels": ["status:mr-hold"], + "StaleDays": 30, + "StaleLabel": "status:mr-stale", + "StaleMessage": "Sorry to bother you @%s,\n\nbut we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@%s`. You can also ask on IRC on `#alpine-devel` on Freenode.net. If no further activity occurs in this MR, Alpine developers may close it in the future.\n\nThanks for your contribution." +} |