NAS-139272 / 25.10.2 / fix: ACL form reported invalid even when valid user/group selected #1511
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: Checklist | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize] | |
| jobs: | |
| checklist: | |
| name: Resolve all checklist items | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: mheap/require-checklist-action@v2 | |
| with: | |
| requireChecklist: false # Does not fail if the checklist is not present at all. |