Skip to content

Things aren't working and I'm stuck! #5

Things aren't working and I'm stuck!

Things aren't working and I'm stuck! #5

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