Manage 429 Responses from Wikipedia #1698
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: Janet | |
| on: | |
| issues: | |
| types: [opened, edited, labeled] | |
| issue_comment: | |
| types: [created, edited] | |
| pull_request: | |
| types: [opened, edited] | |
| pull_request_review_comment: | |
| types: [created, edited] | |
| jobs: | |
| janet: | |
| runs-on: ubuntu-latest | |
| name: The Good Place | |
| steps: | |
| - name: The Good Place Action | |
| uses: jayehernandez/the-good-place@master | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} |