Add comprehensive AI agent guidelines for Claude, Cursor, and GitHub … #223
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: Refresh Team Page | |
| on: | |
| push: | |
| branches: [ main ] | |
| permissions: {} | |
| jobs: | |
| build: | |
| name: Refresh Contributors Stats | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Call GitHub API | |
| run: | | |
| curl "https://api.github.com/repos/${{ github.repository }}/stats/contributors" |