Skip to content

Commit 92149a8

Browse files
minor symfony#61260 Leverage symfony-tools/fabbot (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- Leverage symfony-tools/fabbot | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Follows symfony#61256 Having fabbot in another repo allows proper referencing of the workflow. This is especially important for repositories that are not symfony/symfony Commits ------- 42a44ac Leverage symfony-tools/fabbot
2 parents 35add1d + 42a44ac commit 92149a8

File tree

2 files changed

+1
-248
lines changed

2 files changed

+1
-248
lines changed

.github/workflows/callable-fabbot.yml

Lines changed: 0 additions & 247 deletions
This file was deleted.

.github/workflows/fabbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
jobs:
1010
call-fabbot:
1111
name: Fabbot
12-
uses: ./.github/workflows/callable-fabbot.yml
12+
uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main
1313
with:
1414
package: Symfony
1515
check_license: true

0 commit comments

Comments
 (0)