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][stale] Upgrade to v4 and run workflow on comments too

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

Diff

diff --git a/.github/workflows/close_old_issues_and_prs.yml b/.github/workflows/close_old_issues_and_prs.yml
index 5b86aed1..f9630618 100644
--- a/.github/workflows/close_old_issues_and_prs.yml
+++ b/.github/workflows/close_old_issues_and_prs.yml
@@ -2,8 +2,9 @@ name: 'Close stale issues and PRs'
 on:
   schedule:
     # Once every day at midnight UTC
-    - cron: "0 0 * * *"
-  workflow_dispatch:
+    - cron: "0 0 * * *" 
+  workflow_dispatch: # Allow to run workflow manually
+  issue_comment: # Run workflow on comments  
 
 jobs:
   stale:
@@ -13,7 +14,7 @@ jobs:
       pull-requests: write
     steps:
       - name: Mark/Close Stale Issues and Pull Requests 🗑️
-        uses: actions/stale@v3
+        uses: actions/stale@v4
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           days-before-stale: 60