mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #1664 from wso2/rasika-stale
Updating stale.yaml file to monitor only PRs
This commit is contained in:
commit
94c50f8625
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
@ -4,7 +4,7 @@ daysUntilStale: 10
|
|||||||
daysUntilClose: 5
|
daysUntilClose: 5
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- in progress
|
- Resolution/Postponed
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: Resolution/Stale
|
staleLabel: Resolution/Stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
@ -13,3 +13,5 @@ markComment: >
|
|||||||
recent activity. It will be closed if no further activity occurs.
|
recent activity. It will be closed if no further activity occurs.
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: false
|
closeComment: false
|
||||||
|
# Only pull requests
|
||||||
|
only: pulls
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user