From 4ee472b0f79acbf43dfc3c6e4f96003d40ed0820 Mon Sep 17 00:00:00 2001 From: PrimeGoose <64712362+PrimeGoose@users.noreply.github.com> Date: Wed, 9 Nov 2022 14:51:38 +0000 Subject: [PATCH] Create issue.yml star --- .github/workflows/issue.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/issue.yml 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