public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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] Use milkmaker
aa8d44f9
.github/workflows/close_old_issues_and_prs.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/.github/workflows/close_old_issues_and_prs.yml b/.github/workflows/close_old_issues_and_prs.yml
index f9630618..99e96928 100644
--- a/.github/workflows/close_old_issues_and_prs.yml
+++ b/.github/workflows/close_old_issues_and_prs.yml
@@ -2,9 +2,9 @@ name: 'Close stale issues and PRs'
on:
schedule:
# Once every day at midnight UTC
- - cron: "0 0 * * *"
+ - cron: "0 0 * * *"
workflow_dispatch: # Allow to run workflow manually
- issue_comment: # Run workflow on comments
+ issue_comment: # Run workflow on comments
jobs:
stale:
@@ -16,7 +16,7 @@ jobs:
- name: Mark/Close Stale Issues and Pull Requests 🗑️
uses: actions/stale@v4
with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.STALE_ACTION_PAT }}
days-before-stale: 60
days-before-close: 7
stale-issue-message: >
@@ -32,4 +32,4 @@ jobs:
operations-per-run: "250"
ascending: "true"
#DRY-RUN
- debug-only: "false"
\ No newline at end of file
+ debug-only: "false"