Skip to content

Auto Follows & Unfollows by Github Actions for Github users

Actions
Features unfollow all non-followers of the owner and follow back those who the owner was not following
v1.0.0
Latest
Star (21)

Auto Follows & Unfollows by GitHub Actions for GitHub users

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-List

on:
  workflow_dispatch:
  schedule:
    - cron: '0 */3 * * *'

jobs:
  auto-update:
    runs-on: ubuntu-latest
    steps:
      - name: Github-Auto-Follow-Unfollow-View-User-List
        uses: Huniko519/Github-Auto-Follow-Unfollow-View-User-List@main
        with:
          token: ${{ secrets.TOKEN }}
          username: ${{ github.actor }}
          repository: ${{ github.repository }}

Inputs

inputs required default description
token true ${{ github.token }} The token used to authenticate.
username true ${{ github.actor }} The base user name.
repository true ${{ github.repository }} The name of the repository.

Input of this action

  • input:
    • token: GitHub personal access token with at least 'read:user' and 'repo' scope. ⚠️ You should store this token as secret. This input is required.
    • username: This is username of github. This input is required.
    • repository: This is name of installed repository. This input is required.

Contributors

Huniko519
Huniko519

Auto Follows & Unfollows by Github Actions for Github users is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Features unfollow all non-followers of the owner and follow back those who the owner was not following
v1.0.0
Latest

Auto Follows & Unfollows by Github Actions for Github users is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.