From e53feb488cf5e1cc5129bce42df5722ae0ad9f47 Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Wed, 30 Oct 2024 10:53:07 +0100 Subject: [PATCH] remove bad decisions --- .github/workflows/google-form-events.yml | 1 - .github/workflows/google-form-faqs.yml | 1 - .github/workflows/google-form-news.yml | 2 -- .github/workflows/google-form-recordings.yml | 1 - 4 files changed, 5 deletions(-) diff --git a/.github/workflows/google-form-events.yml b/.github/workflows/google-form-events.yml index ce7b423e01e10b..fc3024f6682dde 100644 --- a/.github/workflows/google-form-events.yml +++ b/.github/workflows/google-form-events.yml @@ -48,7 +48,6 @@ jobs: uses: peter-evans/create-pull-request@v3 with: commit-message: Import events from Google Form - branch-suffix: timestamp title: "[Google Form] New Event!" add-paths: events/ body: | diff --git a/.github/workflows/google-form-faqs.yml b/.github/workflows/google-form-faqs.yml index 7256f33e877867..95fb275050860e 100644 --- a/.github/workflows/google-form-faqs.yml +++ b/.github/workflows/google-form-faqs.yml @@ -48,6 +48,5 @@ jobs: uses: peter-evans/create-pull-request@v3 with: commit-message: Import FAQs from Google Form - branch-suffix: timestamp title: "[Google Form] New FAQ!" add-paths: faqs/ diff --git a/.github/workflows/google-form-news.yml b/.github/workflows/google-form-news.yml index 5a07305e3581ff..77bec959d7c8b0 100644 --- a/.github/workflows/google-form-news.yml +++ b/.github/workflows/google-form-news.yml @@ -48,7 +48,6 @@ jobs: uses: peter-evans/create-pull-request@v3 with: commit-message: Import news posts from Google Form - branch-suffix: timestamp title: "[Google Form] New News Post!" add-paths: news/_posts/ @@ -65,7 +64,6 @@ jobs: uses: peter-evans/create-pull-request@v3 with: title: "[Google Form] New Recording Submission!" - branch-suffix: timestamp commit-message: add new recording from Google Form submission add-paths: topics/ committer: "Saskia Hiltemann " diff --git a/.github/workflows/google-form-recordings.yml b/.github/workflows/google-form-recordings.yml index 5db7c4a0be5e60..0e59afbc158959 100644 --- a/.github/workflows/google-form-recordings.yml +++ b/.github/workflows/google-form-recordings.yml @@ -48,7 +48,6 @@ jobs: uses: peter-evans/create-pull-request@v3 with: title: "[Google Form] New Recording Submission!" - branch-suffix: timestamp commit-message: add new recording from Google Form submission add-paths: topics/ committer: "Saskia Hiltemann "