Skip to content

Commit 18182c6

Browse files
committed
[TASK] Update workflow refs from t3docs-ci-deploy to .github
Move reusable workflow reference to the org community health repo (TYPO3-Documentation/.github) which is automatically accessible to all org repos without allow-list changes. Also fix input name: label-pattern -> label_pattern (underscore) to match the reusable workflow's input definition.
1 parent 025eb61 commit 18182c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66

77
jobs:
88
backport:
9-
uses: TYPO3-Documentation/t3docs-ci-deploy/.github/workflows/reusable-backport.yml@main
9+
uses: TYPO3-Documentation/.github/.github/workflows/reusable-backport.yml@main
1010
with:
11-
label-pattern: "backport *"
11+
label_pattern: "backport *"

0 commit comments

Comments
 (0)