This repository has been archived by the owner on May 29, 2024. It is now read-only.
build(deps-dev): bump mypy from 0.991 to 1.5.1 #63
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 }} |