front: display timetable in macro mode, add styles for macro container #2202
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pr | |
on: | |
pull_request: | |
jobs: | |
label_pr: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
name: "Label PR" | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Label PR | |
uses: actions/labeler@v5 | |
with: | |
sync-labels: true |