📝 Add comprehensive TypeScript type definitions and documentation #9
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: Test Auto-Label Action | |
| on: push | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v2 | |
| - name: Run Action | |
| uses: ./ # This runs your action in the same repo | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |