We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b5166 commit 4345bedCopy full SHA for 4345bed
1 file changed
.github/workflows/pull_request.yml
@@ -31,8 +31,9 @@ jobs:
31
secrets:
32
SONAR_TOKEN: '${{ secrets.SONAR_TOKEN }}'
33
pr_title_format_check:
34
- uses: >-
35
- NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
+ uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@f2d4d6942115472d3f08316cd25f400b02a9dc69
+ permissions:
36
+ pull-requests: write
37
get_issue_number:
38
runs-on: ubuntu-22.04
39
needs: quality_checks
0 commit comments