Skip to content

Star Helper

Actions
A GitHub Action help you star or unstar a repository
v1.1.0
Latest
Star (3)

🌟 Star Helper

A GitHub Action help you star or unstar a repository.

🌈 Preview

https://github.com/actions-cool/star-helper/blob/main/.github/workflows/star.yml

🚀 How to use?

name: Star Helper

on:
  schedule:
    - cron: '0 0 * * *'

jobs:
  star-helper:
    runs-on: ubuntu-latest
    steps:
      - uses: actions-cool/[email protected]
        with:
          token: ${{ secrets.STAR_TOKEN }}
          actions: 'unstar, star'
          repo: 'actions-cool/star-helper'

Inputs

Name Desc Type Required
token GitHub token. Cannot use default token. string
actions The actions. Option star unstar. string
repo The repository owner and name. string

Outputs

  • star-count: Return the repository star count after actions.

⚡ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

  • Report bugs or consult with Issue
  • Submit Pull Request to improve the code of star-helper

也欢迎加入 钉钉交流群

Changelog

CHANGELOG

LICENSE

MIT

Star Helper 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

A GitHub Action help you star or unstar a repository
v1.1.0
Latest

Star Helper 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.