Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-pr-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev authored Nov 19, 2024
2 parents 9ca5ada + f20764d commit d16cd90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ exclude-labels:
- 'triage/wont-fix'
- 'triage/invalid'
categories:
- title: '‼️ Breaking Changes'
labels:
- 'breaking-change'
- title: '🚀 Features'
labels:
- 'kind/enhancement'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/blackduck_scan_scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Blackduck Scan Cronjob
on:
schedule:
- cron: '5 0 * * 0'
workflow_dispatch:

permissions:
checks: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/flake_vendorhash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ jobs:
branch: nix/flake
delete-branch: true
sign-commits: true
labels: |
kind/skip-release-notes
chore
body: |
Update OCM CLI vendor hash (see: .github/workflows/flake_vendorhash.yaml)

0 comments on commit d16cd90

Please sign in to comment.