From cc3527368486e8e3e0340ca1dbd896739f72b644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 23 May 2024 14:35:13 +0530 Subject: [PATCH 1/2] docs: Remove offensive gestures Motivation ---------- Showing offensive hand gestures is off-putting and in this case the scale icon is better understood as a sign of "law", "rule" or "moderation". How to test ----------- 1. `npm run dev` 2. Visit http://localhost:8080/de/ 3. Feel great --- docs/de/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/de/README.md b/docs/de/README.md index 6abd9ad..340bf3e 100644 --- a/docs/de/README.md +++ b/docs/de/README.md @@ -83,7 +83,7 @@ tagLine:
- +

Deine eigenen Regeln

Bestimme die Nutzungsbedingungen für dein Netzwerk selber. From 96db268fc57d183438b28fa1238f0f2f6d93cb88 Mon Sep 17 00:00:00 2001 From: mahula Date: Sat, 25 May 2024 08:26:19 +0200 Subject: [PATCH 2/2] add event trigger pull_request to test workflows --- .github/workflows/test-build.yml | 2 +- .github/workflows/test-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 383d324..4f6c9b6 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,6 +1,6 @@ name: build test CI -on: push +on: [push,pull_request_target] jobs: build-test: diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index d203d25..0f012cc 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -1,6 +1,6 @@ name: lint test CI -on: push +on: [push,pull_request_target] jobs: build-test: