Skip to content

okp4/follow-contributor-action

Follow user github action

lint conventional commits contributor covenant license

A github action that can be used to automatically follow your projects contributors

How to use it

name: Follow contributor

on:
  pull_request:
    branches: [main]

jobs:
  follow-user:
    runs-on: ubuntu-20.04
    steps:
      - name: Follow user
        uses: okp4/follow-contributor-action@v1.1.0
        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 :