From 685baa12caf6abf56f5d87defa06c8e6c973e3f7 Mon Sep 17 00:00:00 2001 From: Daniel Ortega Date: Fri, 23 Oct 2020 15:09:05 +0200 Subject: [PATCH 01/19] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a..ee4424b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale From b87425cffe278351afec00b51453404b8d074fbf Mon Sep 17 00:00:00 2001 From: Daniel Ortega Date: Fri, 23 Oct 2020 15:09:58 +0200 Subject: [PATCH 02/19] Create stale.yml --- .../.github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 {{cookiecutter.app_name}}_role/.github/stale.yml diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml new file mode 100644 index 0000000..ee4424b --- /dev/null +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 90 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# 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 +markComment: > + 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 + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false From 3a4bc776d6e32771da3de90460e58631c55d6556 Mon Sep 17 00:00:00 2001 From: Daniel Ortega Date: Fri, 23 Oct 2020 15:12:22 +0200 Subject: [PATCH 03/19] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe8ab3e..644400d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased +### Fixed +- *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Adding Probot configuration to Ansible Role template* @dortegau + +### 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 + + ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.1.0) (2020-10-19) ## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.0.0...2.1.0) From 9531848d4254204a62ad5f7fda38a9e39b075394 Mon Sep 17 00:00:00 2001 From: Daniel Ortega Date: Fri, 23 Oct 2020 16:20:55 +0200 Subject: [PATCH 04/19] Update stale.yml --- .github/stale.yml | 48 ++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index ee4424b..e08938d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,17 +1,31 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# 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 -markComment: > - 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 - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +issues: + # Number of days of inactivity before an issue becomes stale + daysUntilStale: 90 + # Number of days of inactivity before a stale issue is closed + daysUntilClose: 7 + # Issues with these labels will never be considered stale + exemptLabels: + - pinned + - security + # 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 + markComment: > + 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 + for your contributions. + # Comment to post when closing a stale issue. Set to `false` to disable + closeComment: false + +pulls: + # Number of days of inactivity before a pull request becomes stale + daysUntilStale: 90 + # Number of days of inactivity before a stale pull request is closed + daysUntilClose: 7 + # Comment to post when marking a pull request as stale. Set to `false` to disable + markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + # Comment to post when closing a stale pull request. Set to `false` to disable + closeComment: false From d39c86b6efca1b4e91ef7d13cb0f2833782f81f7 Mon Sep 17 00:00:00 2001 From: Daniel Ortega Date: Fri, 23 Oct 2020 16:21:26 +0200 Subject: [PATCH 05/19] Update stale.yml --- .../.github/stale.yml | 48 ++++++++++++------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index ee4424b..e08938d 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -1,17 +1,31 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 90 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# 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 -markComment: > - 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 - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false +issues: + # Number of days of inactivity before an issue becomes stale + daysUntilStale: 90 + # Number of days of inactivity before a stale issue is closed + daysUntilClose: 7 + # Issues with these labels will never be considered stale + exemptLabels: + - pinned + - security + # 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 + markComment: > + 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 + for your contributions. + # Comment to post when closing a stale issue. Set to `false` to disable + closeComment: false + +pulls: + # Number of days of inactivity before a pull request becomes stale + daysUntilStale: 90 + # Number of days of inactivity before a stale pull request is closed + daysUntilClose: 7 + # Comment to post when marking a pull request as stale. Set to `false` to disable + markComment: > + This pull request has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. + # Comment to post when closing a stale pull request. Set to `false` to disable + closeComment: false From 689d5a9a7e48618ea5be4e1645a204c367dfce03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:26:15 +0100 Subject: [PATCH 06/19] Update stale.yml --- {{cookiecutter.app_name}}_role/.github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index e08938d..4d1dd71 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -7,6 +7,7 @@ issues: exemptLabels: - 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 From 807efd330e31633baa447573011c33dd2310d622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:27:56 +0100 Subject: [PATCH 07/19] Update stale.yml --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index e08938d..6799f26 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,6 +7,7 @@ issues: exemptLabels: - 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 From 45935e8636958ecd88ae4c579dc7c30f3726ad15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:40:01 +0100 Subject: [PATCH 08/19] Update stale.yml --- {{cookiecutter.app_name}}_role/.github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index 4d1dd71..6799f26 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -7,7 +7,7 @@ issues: exemptLabels: - pinned - security - - good-first-issue + - 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 From 61a915fc9418e258044c8ec6a3608db8e74a46ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:46:12 +0100 Subject: [PATCH 09/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644400d..cf6dd38 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 ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.1.0) (2020-10-19) From ee40b1c90e4d2cd9523d7e6eacf2c54c12a8e3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:56:32 +0100 Subject: [PATCH 10/19] Update stale.yml --- {{cookiecutter.app_name}}_role/.github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index 6799f26..3adcad3 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -7,7 +7,7 @@ issues: exemptLabels: - pinned - security - - good first issue + - "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 From ee867550a9ece2363caa7253c3d02ce44bef6fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:56:45 +0100 Subject: [PATCH 11/19] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6799f26..3adcad3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -7,7 +7,7 @@ issues: exemptLabels: - pinned - security - - good first issue + - "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 From 244442d02638a16f0562d5a43c7b0946394e350f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:04:45 +0100 Subject: [PATCH 12/19] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3adcad3..d47cfd2 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,8 +5,8 @@ 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 From 541d83b59bc3d91a9967c57ef1158eb8c5c30746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:05:05 +0100 Subject: [PATCH 13/19] Update stale.yml --- {{cookiecutter.app_name}}_role/.github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.app_name}}_role/.github/stale.yml b/{{cookiecutter.app_name}}_role/.github/stale.yml index 3adcad3..d47cfd2 100644 --- a/{{cookiecutter.app_name}}_role/.github/stale.yml +++ b/{{cookiecutter.app_name}}_role/.github/stale.yml @@ -5,8 +5,8 @@ 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 From 616dfe9ac9689d88bfaee95f20f0d094f413a476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:44:28 +0100 Subject: [PATCH 14/19] WIP AutoAssign --- .github/auto_assign.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 0000000..9884624 --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,22 @@ +# Set to true to add reviewers to pull requests +addReviewers: true + +# Set to true to add assignees to pull requests +addAssignees: false + +# A list of team reviewers to be added to pull requests (GitHub team slug) +reviewers: + - idealista/reviewers + +# Number of reviewers has no impact on Github teams +# Set 0 to add all the reviewers (default: 0) +numberOfReviewers: 0 + +# Set to author to set pr creator as assignee +addAssignees: author + + +# A list of keywords to be skipped the process that add reviewers if pull requests include it +skipKeywords: + - "WIP" + - "[WIP]" From c5554da8412276e105633e66fd67afff916e04f3 Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 27 Oct 2020 16:32:21 +0100 Subject: [PATCH 15/19] #29 removing redundant script --- {{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} b/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} index 1d4aa00..3330fa5 100644 --- a/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} +++ b/{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %} @@ -13,7 +13,6 @@ env: {% if cookiecutter.debian_stretch_support == 'True' %}- MOLECULE_DISTRO=debian:stretch-slim{% endif %} {% if cookiecutter.debian_buster_support == 'True' %}- MOLECULE_DISTRO=debian:buster-slim{% endif %} script: - - export MOLECULE_DISTRO=${MOLECULE_DISTRO} - pipenv run molecule test notifications: From c3cb5c464e0b1205ecf2d1b0d09c04b7e16fbead Mon Sep 17 00:00:00 2001 From: Christian Ardiente Eda Date: Tue, 27 Oct 2020 16:36:33 +0100 Subject: [PATCH 16/19] Update changelog.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644400d..2fdc4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ 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 +### Removed +- *[#29](https://github.com/idealista/cookiecutter-ansible-role/issues/29) Removing redudant script in .travis.yml* @xtianae7 ## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.1.0) (2020-10-19) ## [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.0.0...2.1.0) From 55a257bdf886fcb8e3f6a9052777fa73c4135954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:41:37 +0100 Subject: [PATCH 17/19] Delete auto_assign.yml --- .github/auto_assign.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/auto_assign.yml diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml deleted file mode 100644 index 9884624..0000000 --- a/.github/auto_assign.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: false - -# A list of team reviewers to be added to pull requests (GitHub team slug) -reviewers: - - idealista/reviewers - -# Number of reviewers has no impact on Github teams -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 - -# Set to author to set pr creator as assignee -addAssignees: author - - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - "WIP" - - "[WIP]" From 97507c17b3d59dc1360185a39cf88645e2df09a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Tue, 10 Nov 2020 11:29:43 +0100 Subject: [PATCH 18/19] Update README.md --- {{cookiecutter.app_name}}_role/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}_role/README.md b/{{cookiecutter.app_name}}_role/README.md index 62e4389..0be5784 100644 --- a/{{cookiecutter.app_name}}_role/README.md +++ b/{{cookiecutter.app_name}}_role/README.md @@ -1,7 +1,7 @@ # {{ cookiecutter.app_name | replace('_',' ') | title }} Ansible role ![Logo](logo.gif) -[![Build Status](https://travis-ci.org/idealista/{{ cookiecutter.app_name }}_role.png)](https://travis-ci.org/idealista/{{ cookiecutter.app_name }}_role) +[![Build Status](https://travis-ci.com/idealista/{{ cookiecutter.app_name }}_role.png)](https://travis-ci.com/idealista/{{ cookiecutter.app_name }}_role) [![Ansible Galaxy](https://img.shields.io/badge/galaxy-idealista.{{ cookiecutter.app_name }}_role-B62682.svg)](https://galaxy.ansible.com/idealista/{{ cookiecutter.app_name }}_role) From 76e7d4a749f00ba52517a5305f2c31deb00d4a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Su=C3=A1rez=20Fern=C3=A1ndez?= <15276132+vicsufer@users.noreply.github.com> Date: Tue, 10 Nov 2020 14:25:10 +0100 Subject: [PATCH 19/19] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7433213..f53b299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ## Unreleased +## [2.1.0](https://github.com/idealista/cookiecutter-ansible-role/tree/2.2.0) (2020-11-10) +### [Full Changelog](https://github.com/idealista/cookiecutter-ansible-role/compare/2.1.0...2.2.0) + ### Fixed - *[#27](https://github.com/idealista/cookiecutter-ansible-role/issues/27) Adding Probot configuration to Ansible Role template* @dortegau