Skip to content

JoshuaKGoldberg/all-contributors-auto-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
May 1, 2023
May 1, 2023
Feb 14, 2025
Mar 27, 2025
Sep 2, 2023
Mar 27, 2025
May 1, 2023
May 1, 2023
Mar 27, 2025
Jan 14, 2024
Jan 6, 2024
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 27, 2025
Mar 28, 2025
Mar 28, 2025
Sep 2, 2023
Mar 27, 2025
Mar 27, 2025

Repository files navigation

All Contributors Auto Action

Fills in missing allcontributors entries for a repository. πŸ‘ͺ

πŸ‘ͺ All Contributors: 3 🀝 Code of Conduct: Kept πŸ§ͺ Coverage πŸ“ License: MIT πŸ’ͺ TypeScript: Strict

Usage

This action will:

  1. Ask all-contributors-for-repository to collect the current repository's contributors
  2. Post @all-contributors add bot 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/all-contributors-auto-action@v0.3.2

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! πŸ’™

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! πŸ‘ͺ

Contributors

Fabian De La PeΓ±a Montero
Fabian De La PeΓ±a Montero

πŸ“–
John Reilly
John Reilly

πŸ€”
Josh Goldberg
Josh Goldberg

πŸ”§ πŸ’» πŸ–‹ πŸ“– πŸ€” πŸš‡ 🚧 πŸ“†

πŸ’ This package was templated with create-typescript-app using the Bingo engine.