From ca115362f24e45688e34d729825c9835bb4de09f Mon Sep 17 00:00:00 2001 From: alessfg Date: Mon, 11 Oct 2021 15:59:15 +0200 Subject: [PATCH 1/2] Tweak GitHub actions --- .github/workflows/galaxy.yml | 2 +- .github/workflows/molecule.yml | 6 +++--- .github/workflows/release-drafter.yml | 2 +- CHANGELOG.md | 7 +++++++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 44cab65e7..5fb8dc933 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -1,6 +1,6 @@ --- name: Ansible Galaxy import -"on": +on: release: types: - published diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 7a3c2d09e..8b08aee9a 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -1,6 +1,6 @@ --- name: Molecule CI/CD -"on": +on: pull_request: branches: - main @@ -46,7 +46,7 @@ jobs: if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)" run: molecule test -s ${{ matrix.scenario }} env: - PY_COLORS: "1" - ANSIBLE_FORCE_COLOR: "1" + PY_COLORS: 1 + ANSIBLE_FORCE_COLOR: 1 NGINX_CRT: ${{ secrets.NGINX_CRT }} NGINX_KEY: ${{ secrets.NGINX_KEY }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index df48be6d5..6208f3c6a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -1,6 +1,6 @@ --- name: Release Drafter -"on": +on: pull_request: types: - opened diff --git a/CHANGELOG.md b/CHANGELOG.md index a3237c125..c53567b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.21.3 (Unreleased) + +ENHANCEMENTS: + +* Change Dependabot frequency from daily to weekly +* Minor touch-up of GitHub action workflows + ## 0.21.2 (October 7, 2021) ENHANCEMENTS: From 3cbffae99d0be6ce9bca2be371663814036dc67a Mon Sep 17 00:00:00 2001 From: alessfg Date: Mon, 11 Oct 2021 16:00:01 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53567b3d..a3a81de77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ENHANCEMENTS: * Change Dependabot frequency from daily to weekly -* Minor touch-up of GitHub action workflows +* Minor touch-up of GitHub actions workflows ## 0.21.2 (October 7, 2021)