Skip to content

Commit

Permalink
chore: 🤖 label
Browse files Browse the repository at this point in the history
  • Loading branch information
tomokisun committed Dec 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 03d7167 commit 1aeebb6
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 14 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
BeMatch:
- any: ['Packages/BeMatch/**']
- changed-files:
- any-glob-to-any-file:
- App/BeMatch/**
- Packages/BeMatch/**
- BeMatch.xcworkspace/**

FlyCam:
- any: ['Packages/FlyCam/**']
- changed-files:
- any-glob-to-any-file:
- App/FlyCam/**
- Packages/FlyCam/**
- FlyCam.xcworkspace/**

SDK:
- any: ['Packages/SDK/**']
- changed-files:
- any-glob-to-any-file:
- Packages/SDK/**
- SDK.xcworkspace/**
3 changes: 0 additions & 3 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,6 @@ name: "Pull Request Labeler"
on:
- pull_request

permissions:
pull-requests: write

jobs:
triage:
permissions:

0 comments on commit 1aeebb6

Please sign in to comment.