Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore readme files during CI #39

Open
milesfrain opened this issue May 15, 2021 · 3 comments
Open

Ignore readme files during CI #39

milesfrain opened this issue May 15, 2021 · 3 comments

Comments

@milesfrain
Copy link
Member

milesfrain commented May 15, 2021

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

Endorsed in purescript-contrib/purescript-string-parsers#72 (comment)

@thomashoneyman
Copy link
Contributor

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
Copy link
Member

garyb commented Oct 6, 2021

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

@thomashoneyman
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants