Skip to content

Commit

Permalink
Merge branch 'main' into auto-update/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored May 17, 2024
2 parents 8d12fe6 + a8e168a commit c42291e
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 168 deletions.
54 changes: 0 additions & 54 deletions .github/configs/draft-release.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Upstream changes from _extends are only recognized when modifications are made to this file in the default branch.
_extends: .github
repository:
name: github-action-matrix-outputs-read
description: Workaround implementation - Read matrix jobs outputs
homepage: https://cloudposse.com/
topics: ""
75 changes: 0 additions & 75 deletions .github/workflows/auto-readme.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'docs/**'
- 'examples/**'
- 'test/**'
- 'README.md'

permissions:
contents: write
actions: write

jobs:
github-action:
uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main
secrets: inherit
15 changes: 0 additions & 15 deletions .github/workflows/feature-branch.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/main-branch.yaml

This file was deleted.

17 changes: 9 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Major Release Tagger

name: Release
on:
release:
types:
- published
types: [published]

permissions:
id-token: write
contents: write

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: cloudposse/github-action-major-release-tagger@v1
github-action:
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
secrets: inherit

0 comments on commit c42291e

Please sign in to comment.