Merge branch 'master' into fix-attribute-error

This commit is contained in:
Julien Mailleret 2019-10-04 15:39:54 +02:00 committed by GitHub
commit c90e17ce66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/stale.yml vendored
View file

@ -10,24 +10,26 @@ staleLabel: triage/stale
issues: issues:
# Comment to post when marking an issue as stale. # Comment to post when marking an issue as stale.
markComment: |- markComment: >
This issue has been automatically marked as stale because it has not had This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you recent activity. It will be closed if no further activity occurs. Thank you
for your contributions. for your contributions.
# Comment to post when closing a stale issue. # Comment to post when closing a stale issue.
closeComment: |- closeComment: >
This issue has been automatically closed because it has not had recent This issue has been automatically closed because it has not had recent
activity since being marked as stale. activity since being marked as stale.
pulls: pulls:
# Comment to post when marking a PR as stale. # Comment to post when marking a PR as stale.
markComment: |- markComment: >
This PR has been automatically marked as stale because it has not had This PR has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you recent activity. It will be closed if no further activity occurs. Thank you
for your contributions. for your contributions.
To track this PR (even if closed), please open a corresponding issue if one does not already exist.
To track this PR (even if closed), please open a corresponding issue if one
does not already exist.
# Comment to post when closing a stale PR. # Comment to post when closing a stale PR.
closeComment: |- closeComment: >
This PR has been automatically closed because it has not had recent This PR has been automatically closed because it has not had recent
activity since being marked as stale. activity since being marked as stale.
Please reopen when work resumes. Please reopen when work resumes.