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] Add neverstale label to exempt list
5a1ef72b
.github/workflows/close_old_issues_and_prs.yml | 4 ++--
1 file changed, 2 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 045605ed..76c93159 100644
--- a/.github/workflows/close_old_issues_and_prs.yml
+++ b/.github/workflows/close_old_issues_and_prs.yml
@@ -25,8 +25,8 @@ jobs:
stale-pr-message: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
- exempt-issue-labels: "pinned,security,enhancement,investigating"
- exempt-pr-labels: "pinned,security,enhancement,investigating"
+ exempt-issue-labels: "pinned,security,enhancement,investigating,neverstale"
+ exempt-pr-labels: "pinned,security,enhancement,investigating,neverstale"
stale-issue-label: "stale"
stale-pr-label: "stale"
exempt-draft-pr: "true"