question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ci skip] flag shows up in commit message when it wasn't called

See original GitHub issue

I replicated the experiment in the Wiki (GitHub version). When I made my first commit, the commit messages are showing up as dvc repro [ci skip]. I wouldn’t expect to see [ci skip] if I didn’t include a flag for that, and in fact, I’m sure the CI ran! It might help me avoid confusion if we avoid printing that flag in commit messages except when it is explicitly called by the user.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
shchekleincommented, Mar 25, 2020

The way I understand the problem (please @andronovhopf correct me if I’m wrong) is that the message does not look nice on those automated commits, it’s confusing since not that many people are aware about this convention (I believe it’s close to 0), it looks like some noise in the history (similar to the __test__ issue), etc.

The point is that if we can in our action somehow distinguish those w/o relaying on the message we can avoid this special mark and just use regular message.

0reactions
DavidGOrtegacommented, May 12, 2020

Closed since right now the workflow does not push back to remote anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Skip build if there's [skip ci] in the commit message. #858
Hey, just wonder if there's a way I can skip a build if [skip ci] or something exists in the commit message. I...
Read more >
Git push option for ci-skip (#44546) · Issues - GitLab
Currently, GitLab supports ci-skip appearing in commit messages. If present, a pipeline is not created when that commit is the HEAD of a ......
Read more >
Aborting commit due to empty commit message - Stack Overflow
when atom was already launched, it opened a new tab for adding comments, but git wasn't waiting for me to save file and...
Read more >
Is there a [ci skip] option in GitLab CI? - DevOps Stack Exchange
If your commit message contains [ci skip] or [skip ci] , using any capitalization, the commit will be created but the pipeline will...
Read more >
Why Is [ci skip] or [skip ci] Not Working? - CircleCI Support
We allow skipping builds in CircleCI by passing either [ci skip] or [skip ci] tag in the first line of the body of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found