op-mode: T6715: manually changing time/date is not synced into hardware clock #270
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: Add rebase label | |
on: | |
pull_request_target: | |
types: [synchronize, opened, reopened, labeled, unlabeled] | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
add-rebase-label: | |
uses: vyos/.github/.github/workflows/add-rebase-label.yml@current | |
secrets: inherit |