Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Nov 12, 2024
2 parents 8abd487 + 08cd25f commit 9855510
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Pull Request Labeler'

on: pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Apply labels
uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit 9855510

Please sign in to comment.