Procházet zdrojové kódy

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill před 3 roky
rodič
revize
d7f9f7f170
1 změnil soubory, kde provedl 24 přidání a 13 odebrání
  1. 24 13
      .github/workflows/stale.yml

+ 24 - 13
.github/workflows/stale.yml

@@ -2,7 +2,7 @@ name: "Close Stale Issues & PRs"
 on:
   workflow_dispatch:
   schedule:
-    - cron: "0 0 * * *"
+    - cron: "0 21 * * *"
     
 permissions:
   issues: write
@@ -15,18 +15,29 @@ jobs:
       - name: Close Stale Issues
         uses: actions/[email protected]
         with:
-          stale-issue-message: |
-            Hello!
-            
-            I am marking this issue as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue
-            - open a PR referencing and resolving the issue;
-            - leave a comment on it and discuss ideas how you could contribute towards resolving it;
-            - leave a comment and describe in detail why this issue is critical for your use case;
-            - open a new issue with updated details and a plan on resolving the issue.
+#          stale-issue-message: |
+#            Hello!
+#            
+#            I am marking this issue as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue
+#            - open a PR referencing and resolving the issue;
+#            - leave a comment on it and discuss ideas how you could contribute towards resolving it;
+#            - leave a comment and describe in detail why this issue is critical for your use case;
+#            - open a new issue with updated details and a plan on resolving the issue.
+#
+#            The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone..
+#
+#          stale-pr-message: |
+#            Hello!
+#            
+#            I am marking this PR as stale as it has not received any engagement from the community or maintainers 120 days. That does not imply that the issue has no merit! If you feel strongly about this issue
+#            - leave a comment on it and discuss ideas how you could contribute towards resolving it;
+#            - leave a comment and describe in detail why this issue is critical for your use case;
+#
+#           The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone..
 
-            The motivation for this automation is to help prioritize issues in the backlog and not ignore, reject, or belittle anyone..
-
-          stale-issue-label: "stale"
           days-before-stale: 120
-          days-before-close: 30
+          days-before-close: 100
           exempt-draft-pr: true
+          ascending: true
+          operations-per-run: 1000
+          exempt-issue-labels: "ignore"