Josh Soref
Josh Soref
I do my work using Mercurial (hg), my changes are usually `hg commit --amend`, `hg histedit ...`, or `hg rebase ...` and these actions don't adjust the timestamp. Essentially, the...
@vimal-infostretch https://github.com/jenkinsci/convert-to-pipeline-plugin/pull/2#issuecomment-390563572: I'm puzzled, in theory this line should result in timestamps: https://github.com/jenkinsci/convert-to-pipeline-plugin/pull/2/files#diff-31452445be37f7b4ccdecf79531499c3cc5ec5a37777ecf7da500af1f4a77513R143 Is that not behaving? @rajatrj16: Asking open source people to respond `asap` is fairly rude. I happen...
Unless I'm missing something, this means that each fork will have to perform the same analysis and dismiss the same code. We're seeing people run codeql against a fork (I...
Personally, I'm half guessing codecov made a call to https://api.github.com/ -- I'd really like to know what api call it made (and at least what identity it used -- I...
@drazisil-codecov: to which repository? (Do I need to update my fork of the codecov-action repository?)
@drazisil-codecov here's a new (failed) run from the same commit: https://github.com/check-spelling-sandbox/eslint-plugin-jest/actions/runs/8986717338/job/24776595047
@thomasrockhu-codecov: I appreciate fixing the underlying error, but it'd really be nice if the error message itself were improved. Anyway, @ me when you want me to try again. I'm...
Fwiw, here's a round where the codecov-action is now configured to self-test using oidc: https://github.com/check-spelling-sandbox/codecov-action/actions/runs/9116103249/job/25063948144 on the bright side, it fails pretty fast.
I'm not seeing _that_ error. https://github.com/check-spelling-sandbox/eslint-plugin-jest/actions/runs/9715692458/job/26817680471 has `Not valid tokenless upload` -- that error message is grammatically poor, it should be `Not a valid tokenless upload`. I _think_ the error...