From a8547d4f309c7635cabf3b0f7c4efda92efddefd Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Thu, 4 Jun 2026 22:41:52 +0100 Subject: [PATCH] Remove environment from release notes workflow (#8091) * Remove environment from release notes workflow Removed the environment specification from the release notes workflow. * Update release-notes CI job configuration Removed the unnecessary 'environment' from the release-notes CI job. --- .github/workflows/release-notes.yml | 1 - upcoming-release-notes/release-notes-env.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/release-notes-env.md diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 8a8edc6279..79879844b7 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -19,7 +19,6 @@ jobs: && github.head_ref != 'release' && startsWith(github.head_ref, 'release-notes/') == false runs-on: ubuntu-latest - environment: pr-automation permissions: contents: read steps: diff --git a/upcoming-release-notes/release-notes-env.md b/upcoming-release-notes/release-notes-env.md new file mode 100644 index 0000000000..3589ad5f54 --- /dev/null +++ b/upcoming-release-notes/release-notes-env.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +ci: remove no longer necessary "environment" from release-notes ci job.