diff --git a/create-an-aws-ecs-byoc-app/components/.github/CODEOWNERS b/create-an-aws-ecs-byoc-app/components/.github/CODEOWNERS deleted file mode 100644 index fc4cac4..0000000 --- a/create-an-aws-ecs-byoc-app/components/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @nuonco/team diff --git a/create-an-aws-ecs-byoc-app/components/.github/dependabot.yml b/create-an-aws-ecs-byoc-app/components/.github/dependabot.yml deleted file mode 100644 index af374dd..0000000 --- a/create-an-aws-ecs-byoc-app/components/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -# See GitHub's documentation for more information on this file: -# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates -version: 2 -updates: - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" diff --git a/create-an-aws-ecs-byoc-app/components/.github/workflows/pull_request.yml b/create-an-aws-ecs-byoc-app/components/.github/workflows/pull_request.yml deleted file mode 100644 index 268e487..0000000 --- a/create-an-aws-ecs-byoc-app/components/.github/workflows/pull_request.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: pull request checks -"on": - pull_request: - types: [opened, synchronize] -jobs: - check-pr: - uses: nuonco/.github/.github/workflows/pull_request.yml@main diff --git a/create-an-aws-ecs-byoc-app/components/.github/workflows/release.yml b/create-an-aws-ecs-byoc-app/components/.github/workflows/release.yml deleted file mode 100644 index 931ddc4..0000000 --- a/create-an-aws-ecs-byoc-app/components/.github/workflows/release.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -name: release -on: - push: - branches: - - main - -permissions: - contents: write - id-token: write - issues: read - packages: write - pull-requests: write - statuses: write - actions: read - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} - cancel-in-progress: false - -defaults: - run: - shell: bash - -jobs: - bump_tag: - name: bump tag - runs-on: ubuntu-latest - steps: - - name: Determine next version - id: semver - uses: ietf-tools/semver-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - branch: main - patchAll: true - - - name: Push tag - uses: mathieudutour/github-tag-action@v6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: ${{ steps.semver.outputs.nextStrict }} diff --git a/create-an-aws-ecs-byoc-app/components/.github/workflows/tag.yml b/create-an-aws-ecs-byoc-app/components/.github/workflows/tag.yml deleted file mode 100644 index 913f12a..0000000 --- a/create-an-aws-ecs-byoc-app/components/.github/workflows/tag.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: tag -on: - push: - branches: - - main -jobs: - bump_tag: - uses: nuonco/.github/.github/workflows/tag.yml@main