We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d9cf6 commit 899bba9Copy full SHA for 899bba9
.github/workflows/labeler.yml
@@ -13,8 +13,9 @@ permissions:
13
jobs:
14
labeler:
15
name: Labeler
16
+ if: github.repository_owner == 'voxpupuli'
17
+ runs-on: ubuntu-latest
18
permissions:
19
pull-requests: write
- uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
- with:
20
- allowed_owner: ${{ github.repository_owner }}
+ steps:
21
+ - uses: actions/labeler@v6
0 commit comments