Skip to content

I'd like to present my solutions and discuss with the course! #6

I'd like to present my solutions and discuss with the course!

I'd like to present my solutions and discuss with the course! #6

Workflow file for this run

name: Assign semester labels to new issues
on:
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: kostrykin/label-semester-issue-action@v1.0.0