Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supperthomas authored Aug 25, 2024
1 parent 8a5bb88 commit 8073d2c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Labeler

on:
pull_request:
paths:
- '**/*'

jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Label PR
uses: actions/labeler@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8073d2c

Please sign in to comment.