From 5cebc1fd30aaed6e429b774c06dda475f91a0ea5 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 23 Sep 2023 18:17:47 +0200 Subject: [PATCH] ci: Use better workflow name and PR message --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 605e7a7..0641727 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,4 @@ -name: PR to main +name: Open a PR to main on: push: @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - MESSAGE: merge branch `${{ github.head_ref || github.ref_name }}` to `main` + MESSAGE: Merge branch `${{ github.head_ref || github.ref_name }}` to `main` jobs: pull-request: