You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/27 17:20:31 UTC

[streampipes] branch dev updated: [hotfix] adapt configuration of stale bot

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new df636d22f [hotfix] adapt configuration of stale bot
df636d22f is described below

commit df636d22fbbba21b8c072d72da046d70dff2d543
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Apr 27 19:20:15 2023 +0200

    [hotfix] adapt configuration of stale bot
---
 .github/workflows/stale-bot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml
index 8ef608f5a..191d1599c 100644
--- a/.github/workflows/stale-bot.yml
+++ b/.github/workflows/stale-bot.yml
@@ -33,5 +33,7 @@ jobs:
           days-before-stale: 21
           exempt-pr-labels: 'blocked'
           labels-to-remove-when-unstale: 'stale'
+          only-issue-labels: 'do-not-stale'
+          operations-per-run: 1000
           stale-pr-label: 'stale'
           stale-pr-message: "Hello there :wave:<br> <br> We noticed that it's been some time since activity occurred on your pull request :thinking:. In order to keep things moving forward, we're marking this PR as _stale_ and giving you 7 days to respond before it's automatically closed :alarm_clock:.<br> <br> Please take a moment to review your pull request and make any necessary updates or changes :man_technologist:. If you need more time or have any questions, please don't hesitate t [...]