Skip to content

๐ŸŒŸ A GitHub Action help you star or unstar a repository.

License

Notifications You must be signed in to change notification settings

actions-cool/star-helper

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŸ 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/star-helper@v1.1.0
        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

About

๐ŸŒŸ A GitHub Action help you star or unstar a repository.

Resources

License

Stars

Watchers

Forks