Skip to content

Commit 899bba9

Browse files
committed
fix: repair labeller ci
1 parent 50d9cf6 commit 899bba9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ permissions:
1313
jobs:
1414
labeler:
1515
name: Labeler
16+
if: github.repository_owner == 'voxpupuli'
17+
runs-on: ubuntu-latest
1618
permissions:
1719
pull-requests: write
18-
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
19-
with:
20-
allowed_owner: ${{ github.repository_owner }}
20+
steps:
21+
- uses: actions/labeler@v6

0 commit comments

Comments
 (0)