-
Notifications
You must be signed in to change notification settings - Fork 5
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
Besides checking for .md files, also check for .github/toc.yml
#7
Labels
Comments
Welcome! Thanks for opening your first issue in |
@gr2m - I'm glad to see you are finding value in my little app. I like your suggestion and would welcome your thoughts on this potential approach:
Would this address your needs? |
Yes, that sounds great! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
pholleran
added a commit
to pholleran-test-octo/toc-me
that referenced
this issue
Sep 19, 2022
* empty commit * Update README.md Co-authored-by: oss-contribution-review-dev[bot] <113143629+oss-contribution-review-dev[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’ve setup
toc-me
for https://github.com/nock/nock/. We decided to change the bullets using the configuration and I expectedtoc-me
to update the README again, but it didn’t, because it only does when a*.md
file was updated.I wonder if you would consider checking for
.github/toc.yml
as well?The text was updated successfully, but these errors were encountered: