Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .lastlight/lastlight.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Last Light per-repo configuration, read from this repo's default branch by the
# harness (nearform/lastlight, apps/server/src/config/repo-config.ts).
#
# This repo is a fork of wagoid/commitlint-github-action, so nearly all the code
# in it is upstream's. The weekly security scan would report findings against
# code we do not own and cannot act on, so drop out of that cron's fan-out.
#
# This removes the repo from ONE cron, not from Last Light: PR review and every
# other workflow still apply. Re-enable by deleting this file, or by moving the
# entry to `crons.enable`.
crons:
disable: [weekly-security-scan]