Skip to content

feat(portal): align navbar and sidebar with figma style, add notifica… #81

feat(portal): align navbar and sidebar with figma style, add notifica…

feat(portal): align navbar and sidebar with figma style, add notifica… #81

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true