Skip to content

Commit 6934f46

Browse files
authored
Merge pull request #1 from michaelhtm/init
Initial blank controller for `CodeArtifact`
2 parents 277630b + f5b4359 commit 6934f46

File tree

75 files changed

+4851
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+4851
-34
lines changed

.github/workflows/create-release.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Create Release
2+
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
7+
8+
permissions:
9+
contents: write # For creating releases
10+
11+
jobs:
12+
call-create-release:
13+
uses: aws-controllers-k8s/.github/.github/workflows/reusable-create-release.yaml@main

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
*.swp
3+
*~
4+
.idea
5+
bin
6+
build
7+
.env
8+
READ_BEFORE_COMMIT.md

0 commit comments

Comments
 (0)