Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.52 KB

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/[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 :