From 5485072d814647776e82ccc5834b4757cab1c840 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 13 Jun 2023 14:25:14 +0200 Subject: [PATCH] minor update to PR comment layout --- .github/workflows/on-issue-creation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-issue-creation.yml b/.github/workflows/on-issue-creation.yml index 41de4f6f..9de40684 100644 --- a/.github/workflows/on-issue-creation.yml +++ b/.github/workflows/on-issue-creation.yml @@ -16,6 +16,7 @@ jobs: github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} add-latest-version-comment: + name: Add latest version comment to issue runs-on: ubuntu-latest permissions: issues: write @@ -34,5 +35,4 @@ jobs: with: issue-number: ${{ github.event.issue.number }} body: | - The current version of Grafana OnCall, at the time this issue was opened, is ${{ steps.get-latest-tag.outputs.tag }}. If your issue pertains to an older version of Grafana OnCall, please be sure to list it - in the PR description. Thank you :smile:! + The current version of Grafana OnCall, at the time this issue was opened, is ${{ steps.get-latest-tag.outputs.tag }}. If your issue pertains to an older version of Grafana OnCall, please be sure to list it in the PR description. Thank you :smile:!