Skip to content

Commit

Permalink
SNOW-756460 Remove description in stale_issue_bot.yml (#1469)
Browse files Browse the repository at this point in the history
For some reason github workflow does not recognize this field. It
works perfectly on my local machine
  • Loading branch information
sfc-gh-sfan authored Mar 10, 2023
1 parent ed4dbdd commit f0a38d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/stale_issue_bot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Close Stale Issues
description: "Close issues with no recent activity"
on:
workflow_dispatch:
inputs:
staleDays:
description: "Days before an issue being marked as stale and closed"
required: true


Expand Down

0 comments on commit f0a38d9

Please sign in to comment.