From 418adf629fc20dd9605637aab639cae35a92e5cd Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:03:29 +0100 Subject: [PATCH 1/3] fix(dependabot): skip deploy step --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 764329d3b5..7a792a213b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -36,5 +36,5 @@ jobs: deploy: uses: ./.github/workflows/02-deploy-gh-pages.yml - if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui' }} + if: ${{ github.actor != 'dependabot[bot]' && (github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui') }} needs: [lint, test, build] From cef33c2b76f7abd8c48ee14328c10e9022d14e4e Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 10 Jan 2023 05:55:05 +0100 Subject: [PATCH 2/3] docs(changelog): further attention on the notifier --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc32612c0..f780dd1dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ # Changelog -From now on we'll only document our changes within the [repositories releases page](https://github.com/db-ui/core/releases). +| :point_up: | From now on we'll only document our changes within the [repositories releases page](https://github.com/db-ui/core/releases). | +| ---------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ~~All notable changes to this project will be documented in this file.~~ From b520d4e735d685ab1618b358a4d94fe127bd4c07 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 10 Jan 2023 06:23:17 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f780dd1dfd..4b5eb72d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # Changelog | :point_up: | From now on we'll only document our changes within the [repositories releases page](https://github.com/db-ui/core/releases). | -| ---------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| ---------- | :--------------------------------------------------------------------------------------------------------------------------- | ~~All notable changes to this project will be documented in this file.~~