Fills in missing allcontributors entries for a repository. πͺ
This action will:
- Ask
all-contributors-for-repositoryto collect the current repository's contributors - Post
@all-contributors addbot comments in the newest issues and PRs for each contributor
Warning This tool only sees contributions that can be detected from the last 500 events in GitHub's API. Don't forget to manually add in other forms of contributions!
For example, the following job will run on every push to main:
# .github/workflows/contributors.yml
jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JoshuaKGoldberg/[email protected]
name: Contributors
on:
push:
branches:
- main...and will post comments like the following automatically:
@all-contributors please add JoshuaKGoldberg for code.
π€ Beep boop! This comment was added automatically by all-contributors-auto-action.
Not all contributions can be detected from Git & GitHub alone. Please comment any missing contribution types this bot missed.
...and of course, thank you for contributing! π
See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md.
Thanks! πͺ
Fabian De La PeΓ±a Montero π |
John Reilly π€ |
Josh Goldberg π§ π» π π π€ π π§ π |
π This package was templated with
create-typescript-appusing the Bingo engine.