diff --git a/.github/workflows/pull-requests-release.yaml b/.github/workflows/pull-requests-release.yaml index c20bf062..35fa2078 100644 --- a/.github/workflows/pull-requests-release.yaml +++ b/.github/workflows/pull-requests-release.yaml @@ -6,7 +6,7 @@ on: jobs: verify: - name: Test Release PR + name: Test Release runs-on: [self-hosted] permissions: contents: read diff --git a/.github/workflows/tags.yaml b/.github/workflows/tags.yaml index a07c64e1..5a244fb0 100644 --- a/.github/workflows/tags.yaml +++ b/.github/workflows/tags.yaml @@ -7,7 +7,7 @@ on: jobs: prepare-release: - name: Build and Prepare Release + name: Prepare Release runs-on: [self-hosted] permissions: contents: write @@ -96,7 +96,7 @@ jobs: repo: context.repo.repo, head: branch, base: base, - title: `Prepare release v${version}`, + title: `Release v${version}`, body: `This PR prepares the release \`v${version}\`.\n` + `(Please merge it before releasing draft)`,