purescript-contrib / governance

Guidelines and resources for the PureScript Contributors organization
15 stars 3 forks source link

Ignore readme files during CI #39

Open milesfrain opened 3 years ago

milesfrain commented 3 years ago

Reminder to configure actions to ignore readme files (main docs) so updating the changlog doesn't unnecessarily re-trigger CI.

Endorsed in https://github.com/purescript-contrib/purescript-string-parsers/pull/72#issuecomment-840043543

thomashoneyman commented 2 years ago

I think this is a good idea -- we could do something like this?

paths-ignore:
  - 'README.md'

We could update this in the template here in governance, and then also run the updater script to apply this change across the organization.

garyb commented 2 years ago

Same goes for the changelog? Or can we do **/*.md or something like that even?

thomashoneyman commented 2 years ago

Whoops, yes, we could probably ignore all .md files (or at least those in the root and docs/ directories)