Skip to content

Commit

Permalink
ci(stale): yaml auto-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 5, 2022
1 parent b996601 commit 254e7ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
operations-per-run: 1000
stale-issue-message: |
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
> This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
stale-pr-message: |
Hello 👋, this PR has been opened for more than 2 months with no activity on it.
If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!
You have 15 days until this gets closed automatically
exempt-issue-labels: '📌%20pin,Help:%20Good%20First%20Issue,Blocked:%20Needs%20Review'
exempt-pr-labels: '📌%20pin,Help:%20Good First%20Issue,Blocked:%20Needs%20Review'
close-issue-reason: not_planned
days-before-stale: 28
days-before-close: 15
stale-issue-label: "Type: Stale"
stale-issue-label: 'Type: Stale'

1 comment on commit 254e7ad

@vercel
Copy link

@vercel vercel bot commented on 254e7ad Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.