Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2
👔 A main feature that automatically unfollows users who don’t follow, and another that follows back users who follow you but weren’t being followed. A GitHub Action updates the README file with your follower list and your current profile information.
License
Huniko519/Github-Follow-Unfollow-Automation-Bot-Github-Action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A feature that unfollows all non-followers of the owner and a feature that follows back those who were not being followed by the owner.GitHub Action automatically creates or updates README with information of owner and followers.
The purpose of this program is to generate an updated README file for any user's repository, displaying details about their account's followers and current user's info.The program also implements two functions to perform actions on the GitHub API: a feature that unfollows all non-followers of the owner and a feature that follows back those who were not being followed by the owner.
name:Github-Auto-Follow-Unfollow-View-User-Liston:workflow_dispatch:schedule: -cron:'0 */8 * * 1-5'jobs:auto-update:runs-on:ubuntu-lateststeps: -name:Github-Auto-Follow-Unfollow-View-User-Listuses:Huniko519/Github-Auto-Follow-Unfollow-View-User-List@mainwith:token:${{ secrets.TOKEN }}repository:${{ github.repository }}isReadmeUpdate:trueisEnableFollow:trueisEnableUnfollow:truesafeUserList:'Babi1205,Huniko-Team'
inputs | required | default | description |
---|---|---|---|
token | true | ${{ github.token }} | The token used to authenticate. |
repository | true | ${{ github.repository }} | The name of the repository. |
isReadmeUpdate | false | ${{ github.isReadmeUpdate }} | Readme update feature enable status. |
isEnableFollow | false | ${{ github.isEnableFollow }} | Follow feature enable status. |
isEnableUnfollow | false | ${{ github.isEnableUnfollow }} | Unfollow feature enable status. |
safeUserList | false | ${{ github.safeUserList }} | Lists of Safe Users. |
- input:
token
:GitHub personal access token with at least'read:user' and 'repo' scope.⚠️ You should store this token assecret. This input is required.repository
: This is the name of installed repository. This input is required.
Huniko519 | B.B |
---|
Copyright (c) 2023-presentHuniko519
About
👔 A main feature that automatically unfollows users who don’t follow, and another that follows back users who follow you but weren’t being followed. A GitHub Action updates the README file with your follower list and your current profile information.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.