Skip to content

Commit 13fe4fa

Browse files
committed
try new workflows
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 4e8abda commit 13fe4fa

File tree

5 files changed

+11
-77
lines changed

5 files changed

+11
-77
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: ci
88

99
jobs:
1010
lint-unit:
11-
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.2
11+
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@5.0.3
1212
permissions:
1313
actions: write
1414
checks: write

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Validate PR'
77

88
jobs:
99
conventional-commits:
10-
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.2
10+
uses: sous-chefs/.github/.github/workflows/conventional-commits.yml@5.0.3
1111
permissions:
1212
pull-requests: read
1313
secrets: inherit

.github/workflows/prevent-file-change-reusable.yml

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

.github/workflows/prevent-file-change.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ name: 'Prevent file change'
77

88
jobs:
99
prevent-file-change:
10-
uses: ./.github/workflows/prevent-file-change-reusable.yml
10+
uses: sous-chefs/.github/.github/workflows/prevent-file-change.yml@5.0.3
1111
permissions:
1212
pull-requests: write
1313
secrets:
1414
token: ${{ secrets.GITHUB_TOKEN }}
15-
with:
16-
metadata_pattern: metadata.rb
17-
metadata_trusted_authors: bmhughes,damacus,kitchen-porter,MarkGibbons,ramereth,Stromweld,xorima
18-
workflow_pattern: .github/workflows
19-
workflow_trusted_authors: bmhughes,damacus,kitchen-porter,MarkGibbons,ramereth,Stromweld,xorima
20-
workflow_close_pr: true
21-
workflow_allow_new_files: false
15+
# with:
16+
# metadata_pattern: metadata.rb
17+
# metadata_trusted_authors: bmhughes,damacus,kitchen-porter,MarkGibbons,ramereth,Stromweld,xorima
18+
# workflow_pattern: .github/workflows
19+
# workflow_trusted_authors: bmhughes,damacus,kitchen-porter,MarkGibbons,ramereth,Stromweld,xorima
20+
# workflow_close_pr: true
21+
# workflow_allow_new_files: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
release-cookbook:
18-
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.2
18+
uses: sous-chefs/.github/.github/workflows/release-cookbook.yml@5.0.3
1919
secrets:
2020
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
2121
supermarket_user: ${{ secrets.CHEF_SUPERMARKET_USER }}

0 commit comments

Comments
 (0)