Skip to content

style(tu-01-23): add scss variables for the project #14

style(tu-01-23): add scss variables for the project

style(tu-01-23): add scss variables for the project #14

Workflow file for this run

name: 'Pull Request Labeler'
on:
pull_request_target:
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label Pull Request
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}