Skip to content

Commit bd89bee

Browse files
authored
ci: update to Node.js 24 compatible GHA reusable workflows (#503)
1 parent fef90fe commit bd89bee

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Validate PR Title
2-
description: Checks the PR title is a conventional commit
1+
name: Conventional Commit as PR title
32

43
on:
54
pull_request_target:
@@ -9,7 +8,10 @@ on:
98
- reopened
109

1110
jobs:
12-
conventional-commits:
11+
lint-pr-title:
12+
# Prevent execution on forks
13+
if: github.repository_owner == 'iExecBlockchainComputing'
1314
permissions:
1415
pull-requests: read
15-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.1.0
16+
# conventional-commits-v1.2.0
17+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@975de113847596617899976f67f5b5faceef0a84

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ permissions:
1212

1313
jobs:
1414
release-please:
15-
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@release-please-v2.0.0
15+
# Prevent execution on forks
16+
if: github.repository_owner == 'iExecBlockchainComputing'
17+
# release-please-v2.2.0
18+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@4e2e817b7c2dcab27a671b630e23d07f5fc94daf
1619
secrets: inherit

0 commit comments

Comments
 (0)