Skip to content

Commit 29bd648

Browse files
authored
Merge pull request #47 from jwagantall/update-rtdv3
CI: Update rtdv3 verify and merge workflows
2 parents a8c6766 + efeb1cd commit 29bd648

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/compose-rtdv3-merge.yaml renamed to .github/workflows/gerrit-compose-required-rtdv3-merge.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ on:
4141
description: "Gerrit refspec of change"
4242
required: true
4343
type: string
44+
TARGET_REPO:
45+
# yamllint disable-line rule:line-length
46+
description: "The target GitHub repository needing the required workflow"
47+
required: false
48+
default: ${{ github.repository }}
49+
type: string
4450
secrets:
4551
RTD_TOKEN:
4652
description: "RTD API user token"

.github/workflows/compose-rtdv3-verify.yaml renamed to .github/workflows/gerrit-compose-required-rtdv3-verify.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ on:
4141
description: "Gerrit refspec of change"
4242
required: true
4343
type: string
44+
TARGET_REPO:
45+
# yamllint disable-line rule:line-length
46+
description: "The target GitHub repository needing the required workflow"
47+
required: false
48+
default: ${{ github.repository }}
49+
type: string
4450
secrets:
4551
RTD_TOKEN:
4652
description: "RTD API user token"

0 commit comments

Comments
 (0)