diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml new file mode 100644 index 0000000..6cced1e --- /dev/null +++ b/.github/workflows/issue.yml @@ -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: "Please star this repository to motivate developers! :star:" + label: "stargazed" + autoclose: false