zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.09k stars 3.07k forks source link

Don't run CI on changes to scripts for community management #19433

Open JosephTLyons opened 4 weeks ago

JosephTLyons commented 4 weeks ago

Check for existing issues

Describe the feature

We no longer run CI for workflow config files used to run scripts to manage community:

Any script associated with these config files should receive similar treatment. We could move the scripts to acommunity sub-directory and ignore them.

We might want to enable the typos check for changes to the config and script files, like this:

If applicable, add mockups / screenshots to help present your vision of the feature

No response

sikehish commented 4 weeks ago

I'd like to take this up. Can I be assigned this issue?

BLANKatGITHUB commented 6 days ago

I don't think that the workflows will work if you put them in community subdirectory because Github only recognises workflows located directly at .github/workflows.

You want those workflow to run or completely disable them?