[READ-ONLY] Mirror of https://github.com/jmrplens/FDTDexamples. Modelos FDTD de aeroacústica simples y complejos para MATLAB 2019b o superior
acoustic fdtd matlab
0

Configure Feed

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

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

authored by

José M. Requena Plens and committed by
GitHub
(Jun 29, 2026, 2:29 PM +0200) 9704bf22 f6bbf85e

+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: