Graph by ip address? #153
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@v4 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| message: "Please star this repository to motivate the developers and to get higher priority! :star:" | |
| label: "stargazed" |