https://github.com/okp4/follow-contributor-action
Github action to follow a contributor.
https://github.com/okp4/follow-contributor-action
community followers github-actions
Last synced: about 2 months ago
JSON representation
Github action to follow a contributor.
- Host: GitHub
- URL: https://github.com/okp4/follow-contributor-action
- Owner: okp4
- License: bsd-3-clause
- Created: 2022-06-28T13:59:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T23:14:53.000Z (about 1 year ago)
- Last Synced: 2025-02-20T10:17:56.709Z (3 months ago)
- Topics: community, followers, github-actions
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/follow-contributor
- Size: 1.72 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/follow-contributor-action - Github action to follow a contributor. (TypeScript)
README
# Follow user github action
[](https://github.com/okp4/follow-contributor-action/actions/workflows/lint.yml)
[](https://conventionalcommits.org)
[](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)A github action that can be used to automatically follow your projects contributors
## How to use it
```yaml
name: Follow contributoron:
pull_request:
branches: [main]jobs:
follow-user:
runs-on: ubuntu-20.04
steps:
- name: Follow user
uses: okp4/[email protected]
with:
username: ${{ github.event.pull_request.user.login }}
# token allowing user:follow
token: ${{ secrets.FOLLOW_TOKEN }}
```If it's not possible to follow the input user, it won't fail as this action is not so vital.
## You want to get involved? 😍
Please check out OKP4 health files :
- [Contributing](https://github.com/okp4/.github/blob/main/CONTRIBUTING.md)
- [Code of conduct](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)