Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

chore(deps): bump codecov/codecov-action from 3 to 4 #799

chore(deps): bump codecov/codecov-action from 3 to 4

chore(deps): bump codecov/codecov-action from 3 to 4 #799

name: Follow contributor
on:
pull_request:
branches: [main]
jobs:
follow-user:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
steps:
- name: Follow user
uses: okp4/follow-contributor-action@v1.1.0
with:
username: ${{ github.event.pull_request.user.login }}
token: ${{ secrets.OKP4_TOKEN }}