Skip to content

!feat: architecture redesign #1

!feat: architecture redesign

!feat: architecture redesign #1

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: Labeler
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Add labels
uses: actions/labeler@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}