core: update start of free block in signal projection (space-time chart) when stopping on closed signal #2066
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 |