This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
build(deps-dev): bump @types/node from 20.14.11 to 22.5.4 #181
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.OPS_TOKEN }} |