From 647e935cbd90f26b1201f4ee9d6f17757017612b Mon Sep 17 00:00:00 2001 From: Daniel Aschwanden Date: Wed, 2 Oct 2024 23:15:10 +0200 Subject: [PATCH 1/5] chore(changelog): update cliff config --- cliff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cliff.toml b/cliff.toml index 69688b21..5efafcd7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -49,10 +49,10 @@ body = """ {% endfor -%} {% endfor -%} {%- if github -%} -{% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %} +{% if github.contributors | filter(attribute="is_first_time", value=true) | filter(attribute="username") | length != 0 %} ## New Contributors ❤️ {% endif %}\ -{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %} +{% for contributor in github.contributors | filter(attribute="is_first_time", value=true) | filter(attribute="username") %} * @{{ contributor.username }} made their first contribution {%- if contributor.pr_number %} in \ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \ From 4b67621edc42f4021e5607d364b1822ed6bc37c0 Mon Sep 17 00:00:00 2001 From: "f-eld-ch-changelog[bot]" Date: Wed, 2 Oct 2024 21:17:06 +0000 Subject: [PATCH 2/5] chore(changelog): Update changelog [skip ci] --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8114ab6b..da980f7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,6 @@ - *(deps)* Bump ytanikin/PRConventionalCommits from 1.1.0 to 1.3.0 ([#450](https://github.com/f-eld-ch/sitrep/issues/450)) - ([c8ed466](https://github.com/f-eld-ch/sitrep/commit/c8ed466fea65fda46f15826a8aae3332b6f0bb8a)) - Use dedicated app for changelog ([#451](https://github.com/f-eld-ch/sitrep/issues/451)) - ([4864691](https://github.com/f-eld-ch/sitrep/commit/486469108df6eb4654f7d872ab877a16ad2fb84e)) -## New Contributors ❤️ - -* @ made their first contribution ## [24.10.0](https://github.com/f-eld-ch/sitrep/compare/v24.9.0..v24.10.0) - 2024-10-01 From 5a21dbe6de997f0f14ea09785e84f83d6d49cfe6 Mon Sep 17 00:00:00 2001 From: Daniel Aschwanden Date: Wed, 2 Oct 2024 23:17:35 +0200 Subject: [PATCH 3/5] chore(changelog): update changelog config --- .github/workflows/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index bfe5986d..d99bc48a 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -1,4 +1,4 @@ -name: Build & Test & Push Image +name: Changelog on: push: branches: From 0c28812b18868a4e3d8636b84aba88c6acdb107e Mon Sep 17 00:00:00 2001 From: Dani Aschwanden Date: Wed, 2 Oct 2024 23:29:06 +0200 Subject: [PATCH 4/5] ci: use forked ConventionalCommits validation workflow (#453) --- .github/workflows/prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml index 525ca239..21f03d08 100644 --- a/.github/workflows/prs.yaml +++ b/.github/workflows/prs.yaml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@1.3.0 + uses: f-eld-ch/PRConventionalCommits@main with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "security"]' From 76f9c60eae21b133f3460f503ab5a76154e906b5 Mon Sep 17 00:00:00 2001 From: "f-eld-ch-changelog[bot]" Date: Wed, 2 Oct 2024 21:29:26 +0000 Subject: [PATCH 5/5] chore(changelog): Update changelog [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da980f7e..3172f7a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### ⚙️ Other - *(deps)* Bump ytanikin/PRConventionalCommits from 1.1.0 to 1.3.0 ([#450](https://github.com/f-eld-ch/sitrep/issues/450)) - ([c8ed466](https://github.com/f-eld-ch/sitrep/commit/c8ed466fea65fda46f15826a8aae3332b6f0bb8a)) +- Use forked ConventionalCommits validation workflow ([#453](https://github.com/f-eld-ch/sitrep/issues/453)) - ([0c28812](https://github.com/f-eld-ch/sitrep/commit/0c28812b18868a4e3d8636b84aba88c6acdb107e)) - Use dedicated app for changelog ([#451](https://github.com/f-eld-ch/sitrep/issues/451)) - ([4864691](https://github.com/f-eld-ch/sitrep/commit/486469108df6eb4654f7d872ab877a16ad2fb84e))