Skip to content

Commit

Permalink
Make excluding regex explicit (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Dec 20, 2024
1 parent bc17db3 commit c40c3d8
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions safe-settings/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
restrictedRepos:
exclude:
# these repos are all archived and will cause the GHA to fail
- advent-of-code
- AircraftTrajectoryBuilder
- ansible-lint-bug-demo
- ant-optimisation
- arepo
- cdt
- club-membership
- CMakeCatchMPI-CW2
- dockerfiles
- forecasting-bike-hire-trips
- HelicopterIcing
- line_correlation_function
- mlbd-exercises
- ncc-cdt-dis
- ncc-report
- noughts-and-crosses
- PackagingTreasure
- PBReg
- PhD
- postgrad_physics_tutorial
- RefactoringTrees
- s2let-denoising-demo
- slepian_zubair
- textwall-monitoring
- titanic_kaggle_tutorial
- uk-challenge
- ^advent-of-code$
- ^AircraftTrajectoryBuilder$
- ^ansible-lint-bug-demo$
- ^ant-optimisation$
- ^arepo$
- ^cdt$
- ^club-membership$
- ^CMakeCatchMPI-CW2$
- ^dockerfiles$
- ^forecasting-bike-hire-trips$
- ^HelicopterIcing$
- ^line_correlation_function$
- ^mlbd-exercises$
- ^ncc-cdt-dis$
- ^ncc-report$
- ^noughts-and-crosses$
- ^PackagingTreasure$
- ^PBReg$
- ^PhD$
- ^postgrad_physics_tutorial$
- ^RefactoringTrees$
- ^s2let-denoising-demo$
- ^slepian_zubair$
- ^textwall-monitoring$
- ^titanic_kaggle_tutorial$
- ^uk-challenge$
# these repos are managed by https://github.com/apps/pull
- github-readme-stats
- sleplet
- tmux
- ^github-readme-stats$
- ^sleplet$
- ^tmux$

0 comments on commit c40c3d8

Please sign in to comment.