Skip to content

Commit

Permalink
Merge branch 'main' into display-camera-stream-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 authored Feb 1, 2025
2 parents cacac70 + d3205fb commit 4e0f4e1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
GUI:
- changed-files:
- any-glob-to-any-file: ['lib/**', 'test/**', 'pubspec.yaml']

ElasticLib:
- changed-files:
- any-glob-to-any-file: ['elasticlib/**']

dependencies:
- changed-files:
- any-glob-to-any-file: ['pubspec.yaml']

workflows:
- changed-files:
- any-glob-to-any-file: ['.github/workflows/**']
17 changes: 17 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- uses: actions/labeler@v5
with:
sync-labels: true

0 comments on commit 4e0f4e1

Please sign in to comment.