Skip to content

Commit 8db4ac9

Browse files
committed
ci: update issues-stale workflow
1 parent bad9cab commit 8db4ac9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/issues-stale.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ run-name: '🎫 Issues › Stale'
5656

5757
on:
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

0 commit comments

Comments
 (0)