minor update to PR comment layout
This commit is contained in:
parent
0e7333a9c3
commit
5485072d81
1 changed files with 2 additions and 2 deletions
4
.github/workflows/on-issue-creation.yml
vendored
4
.github/workflows/on-issue-creation.yml
vendored
|
|
@ -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:!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue