NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[GH-Actions][scale] Use ascending mode + increase operations-per-run

c9ce83fa
MAGIC <[email protected]> 5 years ago
.github/workflows/close_old_issues_and_prs.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Diff

diff --git a/.github/workflows/close_old_issues_and_prs.yml b/.github/workflows/close_old_issues_and_prs.yml
index 50db7591..5b86aed1 100644
--- a/.github/workflows/close_old_issues_and_prs.yml
+++ b/.github/workflows/close_old_issues_and_prs.yml
@@ -28,6 +28,7 @@ jobs:
           exempt-pr-labels: "pinned,security,enhancement"
           stale-issue-label: "stale"
           stale-pr-label: "stale"
-          operations-per-run: "50"
+          operations-per-run: "250"
+          ascending: "true"
           #DRY-RUN
-          debug-only: "false"
+          debug-only: "false"
\ No newline at end of file