cli: T6740: add a converter from set commands to config #333
Workflow file for this run
This file contains hidden or 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 |