[READ-ONLY] Mirror of https://github.com/jmrplens/picoScopeMATLAB. Library for working with the PicoScope 5000 series (and possibly other models) in MATLAB
5000 function-generator instrument matlab oscilloscope picoscope picoscope-oscilloscope
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: also skip dependabot PRs in auto-assign (#3)

authored by

José M. Requena Plens and committed by
GitHub
(Jun 29, 2026, 2:33 PM +0200) 71a7dbe7 c2a88711

+2 -2
+2 -2
.github/workflows/auto-assign.yml
··· 13 13 issues: write 14 14 pull-requests: write 15 15 if: >- 16 - (github.event_name == 'issues' && github.event.issue.user.login != 'jmrplens') || 17 - (github.event_name == 'pull_request' && github.event.pull_request.user.login != 'jmrplens') 16 + (github.event_name == 'issues' && github.event.issue.user.login != 'jmrplens' && github.event.issue.user.login != 'dependabot[bot]') || 17 + (github.event_name == 'pull_request' && github.event.pull_request.user.login != 'jmrplens' && github.event.pull_request.user.login != 'dependabot[bot]') 18 18 steps: 19 19 - name: Assign to jmrplens 20 20 env: