openvpn: T3834: verify() is not allowed to change anything on the system (backport #3850) #782
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: Check pull request message format | |
on: | |
pull_request_target: | |
branches: | |
- sagitta | |
types: [opened, synchronize, edited] | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
check-pr-title: | |
uses: vyos/.github/.github/workflows/check-pr-message.yml@sagitta | |
secrets: inherit |