Skip to content

[FEATURE]: "In the SOS report section, I improved the appearance by modifying the tailwind CSS styles of the section." #684

[FEATURE]: "In the SOS report section, I improved the appearance by modifying the tailwind CSS styles of the section."

[FEATURE]: "In the SOS report section, I improved the appearance by modifying the tailwind CSS styles of the section." #684

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.TOKEN }}"