Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/conventional-commit-on-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Validate PR Title
description: Checks the PR title is a conventional commit
name: Conventional Commit as PR title

on:
pull_request_target:
Expand All @@ -9,7 +8,10 @@ on:
- reopened

jobs:
conventional-commits:
lint-pr-title:
# Prevent execution on forks
if: github.repository_owner == 'iExecBlockchainComputing'
permissions:
pull-requests: read
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.1.0
# conventional-commits-v1.2.0
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@975de113847596617899976f67f5b5faceef0a84
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ permissions:

jobs:
release-please:
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@release-please-v2.0.0
# Prevent execution on forks
if: github.repository_owner == 'iExecBlockchainComputing'
# release-please-v2.2.0
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@4e2e817b7c2dcab27a671b630e23d07f5fc94daf
secrets: inherit