Added fetching from API, and update screen when new question comes in #34
This file contains 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: "Class Labeler" | |
on: | |
pull_request_target: | |
types: [opened, edited] | |
pull_request: | |
types: [opened, edited] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/[email protected] | |
with: | |
repo-token: "${{ github.token }}" | |
configuration-path: .github/class_labels.yml | |
enable-versioned-regex: 0 | |
sync-labels: 1 |