We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b60866 commit c25058dCopy full SHA for c25058d
1 file changed
.github/workflows/release-automation.yml
@@ -12,7 +12,7 @@
12
# - Push to main: when release-plan.yaml changes (auto sync-issue)
13
# - Manual: workflow_dispatch triggers sync-issue (reads from release-plan.yaml)
14
15
-name: Release Automation
+name: CAMARA Release Automation
16
17
on:
18
# Slash commands via issue comments
@@ -80,7 +80,4 @@ jobs:
80
github.event.pull_request.merged == true &&
81
startsWith(github.event.pull_request.base.ref, 'release-snapshot/'))
82
83
- uses: camaraproject/tooling/.github/workflows/release-automation-reusable.yml@validation-framework
84
- # with:
85
- # tooling_ref_override: "0123456789abcdef0123456789abcdef01234567" # Optional break-glass SHA override (requires workflow file change)
86
- secrets: inherit
+ uses: hdamker/tooling/.github/workflows/release-automation-reusable.yml@validation-framework
0 commit comments