Skip to content

Commit 4b99cf6

Browse files
Sync github (#163)
* Sync github * Auto Format --------- Co-authored-by: cloudpossebot <[email protected]>
1 parent 5b260ae commit 4b99cf6

12 files changed

+89
-319
lines changed

.github/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ version-resolver:
1818
- 'bug'
1919
- 'hotfix'
2020
default: 'minor'
21+
filter-by-commitish: true
2122

2223
categories:
2324
- title: '🚀 Enhancements'

.github/workflows/auto-context.yml

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

.github/workflows/auto-format.yml

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

.github/workflows/auto-readme.yml

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

.github/workflows/auto-release.yml

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

.github/workflows/chatops.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: feature-branch-chatops
3+
on:
4+
issue_comment:
5+
types: [created]
6+
7+
permissions:
8+
pull-requests: write
9+
id-token: write
10+
contents: write
11+
12+
jobs:
13+
terraform-module:
14+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch-chatops.yml@main
15+
secrets:
16+
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}

.github/workflows/feature-branch.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: feature-branch
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- release/**
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
9+
10+
permissions:
11+
pull-requests: write
12+
id-token: write
13+
contents: write
14+
15+
jobs:
16+
terraform-module:
17+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch.yml@main
18+
secrets:
19+
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}

.github/workflows/release-branch.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: release-branch
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- release/**
8+
paths-ignore:
9+
- '.github/**'
10+
- 'docs/**'
11+
- 'examples/**'
12+
- 'test/**'
13+
14+
permissions:
15+
contents: write
16+
id-token: write
17+
18+
jobs:
19+
terraform-module:
20+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-branch.yml@main
21+
secrets:
22+
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: release-published
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
permissions:
9+
contents: write
10+
id-token: write
11+
12+
jobs:
13+
terraform-module:
14+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release.yml@main

0 commit comments

Comments
 (0)