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
Please ensure that your PR title follows [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
30
+
31
+
```
32
+
feat: Add variant `outlined` to Button component
33
+
feat!: Remove variant `filled` from Button component
34
+
bug: Fix TextField hover efffect.
35
+
```
36
+
37
+
Details (Note: `!` denotes a breaking change):
38
+
39
+
```
40
+
${{ steps.lint_pr_title.outputs.error_message }}
41
+
```
42
+
43
+
# Delete a previous comment when the issue has been resolved
0 commit comments