Skip to content

show hunk navigation #70

show hunk navigation

show hunk navigation #70

name: Require Checklist

Check failure on line 1 in .github/workflows/require-checklist.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/require-checklist.yml

Invalid workflow file

(Line: 12, Col: 9): Unexpected symbol: 'and'. Located at position 59 within expression: github.event.pull_request.user.login != 'dependabot[bot]' and github.event.pull_request.user.login != 'olimorris' and github.event.pull_request.draft == false
on:
pull_request:
types: [opened, edited, synchronize]
issues:
types: [opened, edited, deleted]
jobs:
check-tasks:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]' and github.event.pull_request.user.login != 'olimorris' and github.event.pull_request.draft == false
steps:
- uses: mheap/require-checklist-action@v2
with:
requireChecklist: true
skipDescriptionRegex: .*\(optional\).*
skipDescriptionRegexFlags: i