Skip to content

Where is this project has been taught ? which cohort , or any youtube ? #57

Where is this project has been taught ? which cohort , or any youtube ?

Where is this project has been taught ? which cohort , or any youtube ? #57

Workflow file for this run

name: Issue Workflow
on:
issues:
types: ["opened"]
jobs:
issue-labeler:
name: Adding Label to Issue
runs-on: ubuntu-latest
steps:
- name: Auto Label Issue
uses: Renato66/auto-label@v3.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Status: Triage"]'