Skip to content

Commit

Permalink
add labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-kharrobi committed Aug 20, 2023
1 parent 64798b2 commit 06a102b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
frontend:
- frontend/**/*

backend:
- backend/**/*
15 changes: 15 additions & 0 deletions .github/workflows/label.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

name: Labeler
on: [pull_request_target]

jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 06a102b

Please sign in to comment.