Skip to content

Commit 15a4600

Browse files
authored
identation fix
1 parent 7ff2240 commit 15a4600

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/stale.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/[email protected]
29-
with:
30-
repo-token: ${{ secrets.GITHUB_TOKEN }}
31-
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
32-
stale-pr-message: 'This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.'
33-
close-issue-message: 'This issue did not get any activity in the past 180 days and thus has been closed. Please check if the newest release or develop branch has it fixed. Please, create a new issue if the issue is not fixed.'
34-
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
35-
stale-issue-label: 'no-issue-activity'
36-
stale-pr-label: 'no-pr-activity'
37-
days-before-stale: 10
38-
days-before-close: 180
39-
remove-stale-when-updated: true
40-
exempt-all-milestones: true
41-
exempt-pr-labels: 'wip'
42-
exempt-issue-labels: 'wip'
43-
operations-per-run: 30
28+
- uses: actions/[email protected]
29+
with:
30+
repo-token: ${{ secrets.GITHUB_TOKEN }}
31+
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
32+
stale-pr-message: 'This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.'
33+
close-issue-message: 'This issue did not get any activity in the past 180 days and thus has been closed. Please check if the newest release or develop branch has it fixed. Please, create a new issue if the issue is not fixed.'
34+
close-pr-message: 'This pull request did not get any activity in the past 180 days and thus has been closed.'
35+
stale-issue-label: 'no-issue-activity'
36+
stale-pr-label: 'no-pr-activity'
37+
days-before-stale: 10
38+
days-before-close: 180
39+
remove-stale-when-updated: true
40+
exempt-all-milestones: true
41+
exempt-pr-labels: 'wip'
42+
exempt-issue-labels: 'wip'
43+
operations-per-run: 30

0 commit comments

Comments
 (0)