Skip to content
play

GitHub Action

All Contributors Action

v1.2.1 Latest version

All Contributors Action

play

All Contributors Action

A GitHub action to automate acknowledging contributors to your open source projects

Installation

Copy and paste the following snippet into your .yml file.

              

- name: All Contributors Action

uses: sinchang/[email protected]

Learn more about this action in sinchang/all-contributors-action

Choose a version

GitHub Actions status

All Contributors Action

A GitHub action to automate acknowledging contributors to your open source projects

Usage

name: "all-contributors"
on:
  issue_comment:
    types: [created]
  pull_request_review_comment:
    types: [created]

jobs:
  add-contributors:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - uses: sinchang/all-contributors-action@master
      env:
        GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
    - uses: gr2m/[email protected]
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        branch: ${{ env.branch }}
        body: ${{ env.body }}
        title: ${{ env.title }}
        commit-message: ${{ env.commitMessage }}

Trigger

comment on the issue or pull request like below words.

@all-contributors-action please add @sinchang for infra

Thanks

License

MIT