devcrafta/Github Follows & Unfollows Automation Bot
Features unfollow all non-followers of the owner and follow back those who the owner was not following.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 8, 2025
- License
- MIT
Pinned Snippet
uses: devcrafta/github-follow-unfollow-automation-bot-github-action@bf27ee1d502f77e9db6205b24bd694d992ef7a43 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token used to authenticate. | yes | ${{ github.token }} |
| repository | The name of the repository. | yes | ${{ github.repository }} |
| isReadmeUpdate | Readme update enable status. | no | ${{ github.isReadmeUpdate }} |
| safeUserList | Lists of Safe Users. | no | ${{ github.safeUserList }} |
| isEnableFollow | Enable Follow | — | true |
| isEnableUnfollow | Enable Unfollow | no | true |
Outputs
no outputs