Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

👔 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

NotificationsYou must be signed in to change notification settings

Huniko519/Github-Follow-Unfollow-Automation-Bot-Github-Action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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.

Usage

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.

Example

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'

Example Link

Inputs

inputsrequireddefaultdescription
tokentrue${{ github.token }}The token used to authenticate.
repositorytrue${{ github.repository }}The name of the repository.
isReadmeUpdatefalse${{ github.isReadmeUpdate }}Readme update feature enable status.
isEnableFollowfalse${{ github.isEnableFollow }}Follow feature enable status.
isEnableUnfollowfalse${{ github.isEnableUnfollow }}Unfollow feature enable status.
safeUserListfalse${{ github.safeUserList }}Lists of Safe Users.

Input of this action

  • 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.

Contributors

Huniko519
Huniko519
B.B
B.B

LICENSE

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

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors2

    •  
    •  

    [8]ページ先頭

    ©2009-2025 Movatter.jp