Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinchang/all-contributors-action
A GitHub action to automate acknowledging contributors to your open source projects
https://github.com/sinchang/all-contributors-action
all-contributors github-action
Last synced: 7 days ago
JSON representation
A GitHub action to automate acknowledging contributors to your open source projects
- Host: GitHub
- URL: https://github.com/sinchang/all-contributors-action
- Owner: sinchang
- License: mit
- Created: 2019-11-25T01:28:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T09:50:05.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T03:42:02.518Z (17 days ago)
- Topics: all-contributors, github-action
- Language: JavaScript
- Homepage:
- Size: 2.55 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 }}
```- make sure complete repository filed on package.json.
- more config about `gr2m/create-or-update-pull-request-action` can see on https://github.com/gr2m/create-or-update-pull-request-action## Trigger
comment on the issue or pull request like below words.
```
@all-contributors-action please add @sinchang for infra
```## Thanks
- [@gr2m/create-or-update-pull-request-action](https://github.com/gr2m/create-or-update-pull-request-action)
- [@allcontributors](https://allcontributors.org/)## License
MIT