You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/lint-pr.yml
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ on:
7
7
- edited
8
8
- synchronize
9
9
10
+
permissions:
11
+
pull-requests: write
12
+
10
13
jobs:
11
14
main:
12
15
name: Validate PR title
@@ -25,18 +28,18 @@ jobs:
25
28
header: pr-title-lint-error
26
29
message: |
27
30
Hey there and thank you for opening this pull request! 👋🏼
28
-
31
+
29
32
We require pull request titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
30
33
31
34
Details:
32
-
35
+
33
36
```
34
37
${{ steps.lint_pr_title.outputs.error_message }}
35
38
```
36
39
37
40
# Delete a previous comment when the issue has been resolved
0 commit comments