mirror of
https://github.com/siderolabs/talos.git
synced 2026-01-03 07:41:47 +01:00
SBOMs from /usr/local/share/spdx will now also be read, this is to be used by system extensions. Add a sample for testing this feature. Signed-off-by: Dmitrii Sharshakov <dmitry.sharshakov@siderolabs.com>
22 lines
452 B
YAML
22 lines
452 B
YAML
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
|
#
|
|
# Generated on 2025-07-15T17:31:52Z by kres b869533.
|
|
|
|
"on":
|
|
schedule:
|
|
- cron: 0 2 * * *
|
|
name: Lock old issues
|
|
permissions:
|
|
issues: write
|
|
jobs:
|
|
action:
|
|
runs-on:
|
|
- ubuntu-latest
|
|
steps:
|
|
- name: Lock old issues
|
|
uses: dessant/lock-threads@v5.0.1
|
|
with:
|
|
issue-inactive-days: "60"
|
|
log-output: "true"
|
|
process-only: issues
|