forked from priyankarpal/projectshut
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae14d9c
commit 6c802a9
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,25 +9,25 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
# stale issue labels | ||
# stale issue labels | ||
stale-issue-label: 'no-issue-activity' | ||
exempt-issue-labels: 'work-in-progress' | ||
# stale pr lables | ||
# stale pr lables | ||
stale-pr-label: 'no-pr-activity' | ||
exempt-pr-labels: 'work-in-progress' | ||
# issue close & warning days | ||
# issue close & warning days | ||
days-before-issue-stale: 3 | ||
days-before-issue-close: 1 | ||
# pr close & warning days | ||
# pr close & warning days | ||
days-before-pr-stale: 3 | ||
days-before-pr-close: 1 | ||
# stale issue messages | ||
# stale issue messages | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has been open for few days | ||
with no activity. It will be closed in next 1 days if no further activity occurs. | ||
close-issue-message: > | ||
This issue has been closed because it has not received any activity in the last few days | ||
since being marked as 'stale' | ||
# pr issue messages | ||
# pr issue messages | ||
stale-pr-message: 'This PR is stale because it has been open few days with no activity. Please give us an updates or this will be closed in 1 days.' | ||
close-pr-message: 'This PR was closed because it has been stalled for few days with no activity.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters