Skip to content
#

commit

Here are 314 public repositories matching this topic...

onrige
onrige commented Nov 21, 2019

Hey. Just a question. Can we add possibility to extend from single string not just from array? So it will work like other linting libraries (eslint, stylelint, etc.).

package.json

"babel":  {
  "extends": "shared-tools"
},
"commitlint": {
  "extends": [
    "shared-tools"
  ]
},
"eslintConfig": {
  "extends": "shared-tools"
}
karliss
karliss commented Aug 16, 2020

In case pushing changes fails (most likely due to incorrect permissions) the action and workflow is considered successful.
I expected it to cause a failure.

  Tagging commit...
  Pushing commits to repo...
  remote: Permission to karliss/github-integration-test.git denied to github-actions[bot].
  fatal: unable to access 'https://github.com/karliss/github-integration-test/': The reque

Improve this page

Add a description, image, and links to the commit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.