Skip to content

Commit 325ce0c

Browse files
techknowlogickgaurangkudale
authored andcommitted
fix lint
1 parent 2fd0472 commit 325ce0c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

.github/workflows/cron-stale.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,40 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Check for stale issues and pull requests
13-
uses: actions/stale@v3
14-
with:
15-
daysBeforeStale: 60
16-
daysBeforeClose: 14
17-
staleIssueLabel: "stale"
18-
closeIssue: true
19-
staleIssueComment: >
20-
This issue has been automatically marked as stale because it has not had recent activity.
21-
I am here to help clear issues left open even if solved or waiting for more insight.
22-
This issue will be closed if no further activity occurs during the next 2 weeks.
23-
If the issue is still valid just add a comment to keep it alive.
24-
Thank you for your contributions.
25-
closeIssueComment: >
26-
This issue has been automatically closed because of inactivity.
27-
You can re-open it if needed.
28-
exemptLabels: |
29-
status/blocked
30-
kind/security
31-
lgtm/done
32-
reviewed/confirmed
33-
priority/critical
34-
kind/proposal
35-
exemptProjects: false
36-
exemptMilestones: false
37-
limitPerRun: 1
38-
39-
# Optionally, specify configuration settings that are specific to just 'pulls':
40-
pullsDaysBeforeStale: 60
41-
pullsDaysBeforeClose: 60
42-
pullsStaleIssueComment: >
43-
This pull request has been automatically marked as stale because it has not had
44-
recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you
45-
for your contributions.
46-
pullsCloseIssueComment: >
47-
This pull request has been automatically closed because of inactivity.
48-
You can re-open it if needed.
12+
- name: Check for stale issues and pull requests
13+
uses: actions/stale@v3
14+
with:
15+
daysBeforeStale: 60
16+
daysBeforeClose: 14
17+
staleIssueLabel: "stale"
18+
closeIssue: true
19+
staleIssueComment: >
20+
This issue has been automatically marked as stale because it has not had recent activity.
21+
I am here to help clear issues left open even if solved or waiting for more insight.
22+
This issue will be closed if no further activity occurs during the next 2 weeks.
23+
If the issue is still valid just add a comment to keep it alive.
24+
Thank you for your contributions.
25+
closeIssueComment: >
26+
This issue has been automatically closed because of inactivity.
27+
You can re-open it if needed.
28+
exemptLabels: |
29+
status/blocked
30+
kind/security
31+
lgtm/done
32+
reviewed/confirmed
33+
priority/critical
34+
kind/proposal
35+
exemptProjects: false
36+
exemptMilestones: false
37+
limitPerRun: 1
38+
39+
# Optionally, specify configuration settings that are specific to just 'pulls':
40+
pullsDaysBeforeStale: 60
41+
pullsDaysBeforeClose: 60
42+
pullsStaleIssueComment: >
43+
This pull request has been automatically marked as stale because it has not had
44+
recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you
45+
for your contributions.
46+
pullsCloseIssueComment: >
47+
This pull request has been automatically closed because of inactivity.
48+
You can re-open it if needed.

0 commit comments

Comments
 (0)