diff --git a/.github/stale.yml b/.github/stale.yml index e08938d..d47cfd2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,8 +5,9 @@ issues: daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security + - "pinned" + - "security" + - "good first issue" # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdc4e8..7433213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Changed - *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Increase to 90 days the minimum days to declare a PR/Issue as `staled`* @dortegau +- *[#32](https://github.com/idealista/cookiecutter-ansible-role/pull/32) Avoid closing automatically good first issues* @vicsufer ### Removed - *[#29](https://github.com/idealista/cookiecutter-ansible-role/issues/29) Removing redudant script in .travis.yml* @xtianae7 diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index e08938d..d47cfd2 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -5,8 +5,9 @@ issues: daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - - pinned - - security + - "pinned" + - "security" + - "good first issue" # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable