You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Please Star Light
v2.1.2
This GitHub Action automatically comments issues opened by non-stargazers.
name: Starring Partner
on:
issues:
types: [opened, reopened]
jobs:
# This workflow contains a single job called "greet"
starcheck:
runs-on: ubuntu-latest
steps:
- name: Please Star First
uses: qxip/please-star-light@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
message: "Please star this repository to motivate developers! :star:"
# label: "stargazed"
# autoclose: true