Skip to content

Commit

Permalink
Create starlight.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Jul 21, 2023
1 parent eba2b6a commit 8ad2b4f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/starlight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Starring Partner
on:
issues:
types: [opened, reopened]
jobs:
# This workflow checks if a user has starred a repository and takes actions
starcheck:
runs-on: ubuntu-latest
steps:
- name: Please Star First
uses: qxip/please-star-light@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
message: "Hello, Stranger! Please star this repository to motivate developers! :star:"
# label: "stargazed"
# autoclose: true

0 comments on commit 8ad2b4f

Please sign in to comment.