skills / write-javascript-actions

Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow.
MIT License
112 stars 61 forks source link

[Bug] 0-welcome.yml doesn't run #44

Closed Maxim-Mazurok closed 2 months ago

Maxim-Mazurok commented 3 months ago

0-welcome.yml workflow didn't run on repo creation, had to run it manually

hectorsector commented 2 months ago

Thanks for the report, @Maxim-Mazurok. Duplicate of https://github.com/skills/write-javascript-actions/issues/37.

Maxim-Mazurok commented 2 months ago

@hectorsector I wasn't sure if it is a duplicate, because the first workflow is triggered on repo creation. The other issue is about not triggering on PR I believe.

sinsukehlab commented 2 months ago

I agree with @Maxim-Mazurok. This issue is about the Step 0 workflow, and #37 is about the Step 1 workflow. I think this issue is related to skills/code-with-codespaces#87 and skills/copilot-codespaces-vscode#136.

hectorsector commented 2 months ago

Apologies! Thanks for catching that @Maxim-Mazurok @sinsukehlab