Skip to content

Complete the development of the five core block types: Start, End, Input, Output, and Logic. #18

Complete the development of the five core block types: Start, End, Input, Output, and Logic.

Complete the development of the five core block types: Start, End, Input, Output, and Logic. #18

Workflow file for this run

name: "Auto Label Issues"
on:
issues:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Apply labels
uses: github/issue-labeler@v3
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}