Skip to content

Bootstrap Lab Asma Ramisa Friday 6pm #190

Bootstrap Lab Asma Ramisa Friday 6pm

Bootstrap Lab Asma Ramisa Friday 6pm #190

Workflow file for this run

name: "Class Labeler"
on:
pull_request_target:
types: [opened, edited]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/class_labels.yml
enable-versioned-regex: 0