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

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