Skip to content

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db) #38

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db)

Design data structure for storing tutorials (i.e, How the Tutorials will be stored on the db) #38

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v2
- uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labels.yml
enable-versioned-regex: 0
include-title: 1
body-missing-regex-label: "no-body"