This repository was archived by the owner on Sep 11, 2025. It is now read-only.
build(deps): bump tj-actions/changed-files from 42.1.0 to 45.0.8 in /.github/workflows #408
This file contains hidden or 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/follow-contributor-action@v1.1.0 | |
| with: | |
| username: ${{ github.event.pull_request.user.login }} | |
| token: ${{ secrets.OKP4_TOKEN }} |