We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c194c2 commit 6282ee3Copy full SHA for 6282ee3
action.yml
@@ -2,7 +2,7 @@ name: semantic-pull-request
2
author: Jan Amann <jan@amann.me>
3
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
4
runs:
5
- using: 'node12'
+ using: 'node16'
6
main: 'dist/index.js'
7
branding:
8
icon: 'shield'
0 commit comments