Skip to content

Commit c401eac

Browse files
committed
feat: Update README and add new composite actions
- Updated README.md to remove references to reusable workflows and added links to the new composite actions. - Added auto-merge-action for auto-approving and merging PRs from trusted sources. - Added cleanup-ghcr-action for cleaning up old GitHub Container Registry packages. - Added dockerfile-lint-action for linting Dockerfiles using Hadolint. - Added dotnet-test-action for testing .NET solutions with coverage reporting. - Added flux-gitops-deploy-action for deploying Kubernetes manifests using Flux. - Added install-cilium-action for installing Cilium as the CNI in Kubernetes. - Added install-flux-action for installing Flux in a Kubernetes cluster. - Added setup-ksail-action for installing the KSail CLI via Homebrew. - Added sync-labels-action for syncing GitHub labels across repositories. - Added todos-action for creating GitHub issues from TODO comments in the code. - Added zizmor-action for running security analysis on GitHub Actions workflows. Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent ba5aa26 commit c401eac

36 files changed

+27
-792
lines changed

.github/workflows/active-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ permissions: {}
1010

1111
jobs:
1212
release:
13-
uses: ./.github/workflows/reusable-workflow-release.yaml
13+
uses: devantler-tech/reusable-workflows/.github/workflows/reusable-workflow-release.yaml@
1414
secrets:
1515
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/reusable-workflow-cd-cluster-bootstrap.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/reusable-workflow-cd-dotnet-application-publish.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/reusable-workflow-cd-dotnet-library-publish.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/reusable-workflow-cd-gitops-deploy.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/reusable-workflow-ci-auto-merge.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/reusable-workflow-ci-dotnet-test.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/reusable-workflow-ci-gitops-test.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/workflows/reusable-workflow-ci-gitops-validate.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/reusable-workflow-release.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)