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

docs: fix typos and grammar #149

Merged
merged 2 commits into from
Jun 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# If you want to delete any additional label, set this to true
delete-other-labels: false

#If you want the action just to show you the preview of the changes, without actually editing the labels, set this to tru
# If you want the action just to show you the preview of the changes, without actually editing the labels, set this to true
dry-run: true

# You can change the token used to change the labels, this is the default one
Expand Down Expand Up @@ -122,7 +122,7 @@ You can also specify several config files (e.g. sync a set of "global" labels as
.github/labels.yml
```

This is different than using the `source-repo` option, since this also allows you to use aliases, if the config file has any. If you use the `source-repo` option the action will only copy over the missing labels and update colors, wihtout updating or deleting anything else.
This is different than using the `source-repo` option, since this also allows you to use aliases, if the config file has any. If you use the `source-repo` option the action will only copy over the missing labels and update colors, without updating or deleting anything else.

If the URL you're using needs an `Authorization` header (like if, for example, you're fetching it from a private repo), you can put its value in the `request-token` input:

Expand All @@ -140,7 +140,7 @@ If your URL needs a more elaborate request, it's better if you perform it separa

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, but I guess it's All Contributors' fault ahahah
https://github.com/all-contributors/all-contributors#contributors-


<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand Down