File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 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'
5656
5757on :
5858 workflow_dispatch :
59- schedule :
60- - cron : " 0 0 * * *"
59+ # schedule:
60+ # - cron: "0 0 * * *"
6161
6262# #
6363# environment variables
@@ -217,9 +217,9 @@ jobs:
217217
218218 # #
219219 # Issues (Stale) › Labels › Create › Verify Existing
220- #
220+ #
221221 # check if repo has all of the needed issue / pr labels; create label if not exists
222- #
222+ #
223223 # action needed if using 'pull_request' and 'issue_comment'
224224 # to get the pull request, you would normally use ${{ github.event.number }}
225225 # however this isnt available for 'issue_comment'
@@ -291,7 +291,7 @@ jobs:
291291
292292 # #
293293 # Issues (Stale) › Labels › Assign Missing › Check
294- #
294+ #
295295 # Check if repo has labels to use
296296 # #
297297
@@ -782,7 +782,7 @@ jobs:
782782 # #
783783 # Stale › Check Condition
784784 # #
785-
785+
786786 - name : >-
787787 💤 Stale › Check Condition
788788 id: task_issues_inactive_stale
You can’t perform that action at this time.
0 commit comments