Mark Nielsen

Results 48 comments of Mark Nielsen

Perhaps if you are not using custom permissions, it uses GH's action? I also feel a little uneasy using 3rd party action for credentials.

Created https://github.com/projen/projen/pull/3591

You have to add the "return 1" and you must also add the "-o default" option to the complete commands like so: ``` complete -o default -F _console console complete...

I just used GitHub's UI to edit this file, it'll probably break all sorts of tests.

@mrgrain first, thanks for merging this so quickly, I'll update today! I was thinking this morning, it might be smart to set `concurrency: "release"` on the `release` job ([docs](https://docs.github.com/en/actions/using-jobs/using-concurrency)) because...

It must have been a perfect storm, we are talking a few second window hah. But, I was looking at this step: ```yaml - name: Check for new commits id:...

Sounds good to me, thanks for your help!

Lame attempt: https://github.com/projen/projen/pull/3584 - at the very least, shows where to fix the problem I think.