From 7c69c78eb8c8652e0a80b980611e68b66c891366 Mon Sep 17 00:00:00 2001 From: Marius Ghita Date: Sat, 22 Nov 2025 00:37:40 +0200 Subject: [PATCH 1/2] chore: run repo-ansible #0000 --- .github/workflows/10-review.yaml | 2 +- .github/workflows/auto-label-pull-request.yaml | 2 +- repo.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/10-review.yaml b/.github/workflows/10-review.yaml index e34b9dc..158ddc5 100644 --- a/.github/workflows/10-review.yaml +++ b/.github/workflows/10-review.yaml @@ -3,7 +3,7 @@ name: Review on: pull_request_target: - types: [opened, edited, reopened, synchronize] + types: [opened, reopened, synchronize] workflow_call: jobs: diff --git a/.github/workflows/auto-label-pull-request.yaml b/.github/workflows/auto-label-pull-request.yaml index eaadaca..33b25f4 100644 --- a/.github/workflows/auto-label-pull-request.yaml +++ b/.github/workflows/auto-label-pull-request.yaml @@ -7,7 +7,7 @@ permissions: on: pull_request_target: - types: [opened, synchronize] # trigger when PR is opened, or commits change + types: [opened, edited, reopened, synchronize] # trigger when PR is opened, description edited, or commits change jobs: label: diff --git a/repo.yaml b/repo.yaml index f2ff5d5..090b614 100644 --- a/repo.yaml +++ b/repo.yaml @@ -15,5 +15,5 @@ license: mit license_year: 2024 name: repo-ansible type: other -version: v0.20.5 +version: v0.22.0 visibility: public From 75a33c81cfadcb1c32f6d3244a2232da38de8103 Mon Sep 17 00:00:00 2001 From: Marius Ghita Date: Sat, 22 Nov 2025 00:38:10 +0200 Subject: [PATCH 2/2] feat: switch to lenient commit format check #10709 --- templates/.github/workflows/10-review.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/.github/workflows/10-review.yaml.j2 b/templates/.github/workflows/10-review.yaml.j2 index b12cbfc..63e40cb 100644 --- a/templates/.github/workflows/10-review.yaml.j2 +++ b/templates/.github/workflows/10-review.yaml.j2 @@ -18,6 +18,7 @@ jobs: - uses: webiny/action-conventional-commits@v1.3.0 # XXX: normal action versioning syntax (`@v1`) doesn't work with this action, # possibly because not published on the GitHub marketplace + continue-on-error: true - name: Check Card# reference uses: linkorb/commit-message-checker@v1 @@ -31,6 +32,7 @@ jobs: excludeTitle: 'true' # optional: this excludes the title of a pull request checkAllCommitMessages: 'true' # optional: this checks all commits associated with a pull request accessToken: ${{ secrets.GITHUB_TOKEN }} # github access token is only required if checkAllCommitMessages is true + continue-on-error: true {% if enable_reviewdog %} code-quality: