Skip to content

Commit 9ca0685

Browse files
authored
Merge pull request #162 from voxpupuli/labeler
fix: repair labeler CI
2 parents 50d9cf6 + 899bba9 commit 9ca0685

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)