Skip to content

Commit f0a38d9

Browse files
authored
SNOW-756460 Remove description in stale_issue_bot.yml (#1469)
For some reason github workflow does not recognize this field. It works perfectly on my local machine
1 parent ed4dbdd commit f0a38d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/stale_issue_bot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Close Stale Issues
2-
description: "Close issues with no recent activity"
32
on:
43
workflow_dispatch:
54
inputs:
65
staleDays:
7-
description: "Days before an issue being marked as stale and closed"
86
required: true
97

108

0 commit comments

Comments
 (0)