From 5a0863ccf07f177057025508607e9486e922a002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Wed, 18 Jan 2023 20:14:40 -0600 Subject: [PATCH] Change job titles in `release-cycle.yml` (#3972) --- .github/workflows/release-cycle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cycle.yml b/.github/workflows/release-cycle.yml index 06d12690d..4fe09a4eb 100644 --- a/.github/workflows/release-cycle.yml +++ b/.github/workflows/release-cycle.yml @@ -83,7 +83,7 @@ jobs: changesets: needs: state - name: Changesets PR + name: Update PR to release permissions: contents: write pull-requests: write @@ -149,7 +149,7 @@ jobs: merge: needs: state - name: Release PR back to master + name: Create PR back to master permissions: contents: write pull-requests: write