Skip to content

Commit

Permalink
use labeler from crafty
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Apr 19, 2024
1 parent 5d68eff commit abbf5f1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
name: "Pull Request Labeler"
name: Labeler 🏷️

on:
pull_request_target: {}
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
name: Labeler
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
with:
allowed_owner: ${{ github.repository_owner }}

0 comments on commit abbf5f1

Please sign in to comment.