Skip to content

Commit

Permalink
feat: add semetic release and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thadchais committed Sep 24, 2024
1 parent 77f19f8 commit e05606e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/repository-semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yamllint disable rule:line-length
---
permissions:
contents: write
pull-requests: write

name: "repository-semantic-release"

on: # yamllint disable-line rule:truthy
push:

jobs:
repository-semantic-release:
name: repository-semantic-release
permissions:
contents: write
pull-requests: write
uses: honestbank/workflows/.github/workflows/shared-semantic-release.yaml@main
secrets: inherit
12 changes: 4 additions & 8 deletions .github/workflows/semantic-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ on:
- synchronize

jobs:
public-semantic-pr:
name: public-semantic-pr
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
name: Semantic Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repository-semantic-pr:
name: repository-semantic-pr
uses: honestbank/workflows/.github/workflows/shared-semantic-pr.yaml@main
secrets: inherit

0 comments on commit e05606e

Please sign in to comment.