ci: T8490: allowlist mke2fs + Maya-calendar Mak (typos false positives) #295
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: "CLA Check" | |
| permissions: | |
| actions: write | |
| contents: read | |
| pull-requests: write | |
| statuses: write | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, closed] | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| call-cla-assistant: | |
| uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@production | |
| secrets: inherit |