File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ run-name: '🎫 Issues › Stale'
56
56
57
57
on :
58
58
workflow_dispatch :
59
- schedule :
60
- - cron : " 0 0 * * *"
59
+ # schedule:
60
+ # - cron: "0 0 * * *"
61
61
62
62
# #
63
63
# environment variables
@@ -217,9 +217,9 @@ jobs:
217
217
218
218
# #
219
219
# Issues (Stale) › Labels › Create › Verify Existing
220
- #
220
+ #
221
221
# check if repo has all of the needed issue / pr labels; create label if not exists
222
- #
222
+ #
223
223
# action needed if using 'pull_request' and 'issue_comment'
224
224
# to get the pull request, you would normally use ${{ github.event.number }}
225
225
# however this isnt available for 'issue_comment'
@@ -291,7 +291,7 @@ jobs:
291
291
292
292
# #
293
293
# Issues (Stale) › Labels › Assign Missing › Check
294
- #
294
+ #
295
295
# Check if repo has labels to use
296
296
# #
297
297
@@ -782,7 +782,7 @@ jobs:
782
782
# #
783
783
# Stale › Check Condition
784
784
# #
785
-
785
+
786
786
- name : >-
787
787
💤 Stale › Check Condition
788
788
id: task_issues_inactive_stale
You can’t perform that action at this time.
0 commit comments