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
In order to streamline our release process and maintain a consistent commit history, we require pull request (PR) titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/).
29
+
30
+
Based on our linter, it looks like your proposed title needs to be adjusted. Here's the error message we received:
31
+
32
+
```
33
+
${{ steps.lint_pr_title.outputs.error_message }}
34
+
```
35
+
36
+
- name: Delete the previous comment once the PR title has been updated
0 commit comments