Skip to content

style(calm-hub-ui): Separate functions and components into different files to avoid lint warnings #3232

style(calm-hub-ui): Separate functions and components into different files to avoid lint warnings

style(calm-hub-ui): Separate functions and components into different files to avoid lint warnings #3232

Workflow file for this run

name: PR Labeler
permissions:
contents: read
pull-requests: write
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Label PR based on changes
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
with:
token: '${{ secrets.GITHUB_TOKEN }}'