We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66c588 commit b9b2a66Copy full SHA for b9b2a66
1 file changed
.github/workflows/pr-link.yml
@@ -1,7 +1,7 @@
1
name: PR Link ticket
2
on:
3
pull_request:
4
- types: [opened]
+ types: [ opened ]
5
jobs:
6
link-ticket:
7
runs-on: ubuntu-22.04
@@ -40,6 +40,6 @@ jobs:
40
issue_number: context.issue.number,
41
owner: context.repo.owner,
42
repo: context.repo.repo,
43
- body: 'This branch is work on a ticket in an NHS England JIRA Project. Here's a handy link to the ticket:
+ body: 'This branch is work on a ticket in an NHS England JIRA Project. Here is a handy link to the ticket:
44
# [${{ env.TICKET_NAME }}](https://nhsd-jira.digital.nhs.uk/browse/${{ env.TICKET_NAME }})'
45
})
0 commit comments