Skip to content

Commit cec0e45

Browse files
Revert "Bump actions/stale from 7 to 8 (#1486)"
This reverts commit e9e9691.
1 parent 93a15d9 commit cec0e45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/stale_issue_bot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ on:
55
staleDays:
66
required: true
77

8-
permissions:
9-
pull-request: write
108

119
jobs:
1210
stale:
1311
runs-on: ubuntu-latest
1412
steps:
15-
- uses: actions/stale@v8
13+
- uses: actions/stale@v7
1614
with:
1715
close-issue-message: 'To clean up and re-prioritize bugs and feature requests we are closing all issues older than 6 months as of March 1, 2023. If there are any issues or feature requests that you would like us to address, please re-create them. For urgent issues, opening a support case with this link [Snowflake Community](https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge) is the fastest way to get a response'
1816
days-before-issue-stale: ${{ inputs.staleDays }}

0 commit comments

Comments
 (0)