forked from MicrosoftDocs/sql-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (27 loc) · 1.46 KB
/
stale.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 */6 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: 14
days-before-pr-close: 14
stale-pr-label: inactive
close-pr-label: auto-close
exempt-pr-labels: keep-open
stale-pr-message: >
This pull request has been inactive for 14 days.
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation?branch=main) for instructions.
If this PR is inactive for 14 more days, it will be closed automatically. Thank you!
SQL Docs Team: [Contact Us](mailto:[email protected])
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=main)
close-pr-message: >
This pull request has been inactive for 28 days. At this time, we are closing the PR.
If you decide to continue working on your change, you can reopen the PR and continue working. Thank you!
SQL Docs Team: [Contact Us](mailto:[email protected])
[Contributor Guide](https://review.docs.microsoft.com/en-us/help/contribute/sql-server-docs-contribute?branch=main)