Merge pull request #374 from weaveworks/dependabot/github_actions/actions/stale-3.0.19

Bump actions/stale from 3.0.18 to 3.0.19
This commit is contained in:
Daniel Holbach
2021-05-19 10:16:26 +02:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
steps:
# Stale by default waits for 60 days before marking PR/issues as stale, and closes them after 21 days.
# Do not expire the first issues that would allow the community to grow.
- uses: actions/stale@v3.0.18
- uses: actions/stale@v3.0.19
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue was automatically considered stale due to lack of activity. Please update it and/or join our slack channels to promote it, before it automatically closes (in 7 days).'