diff --git a/.github/workflows/conventional-commit-on-pr-title.yml b/.github/workflows/conventional-commit-on-pr-title.yml index b8e0720..039402e 100644 --- a/.github/workflows/conventional-commit-on-pr-title.yml +++ b/.github/workflows/conventional-commit-on-pr-title.yml @@ -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: @@ -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 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c565bf2..f0626e6 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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