This repository has been archived by the owner on May 29, 2024. It is now read-only.
π©βπ§ Automated Workflow Installation/Update #95
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Follow contributor | |
on: | |
pull_request: | |
branches: [main] | |
jobs: | |
follow-user: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Follow user | |
uses: okp4/[email protected] | |
with: | |
username: ${{ github.event.pull_request.user.login }} | |
token: ${{ secrets.OKP4_TOKEN }} |