mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 19:13:19 +00:00
Adding a Pull Request Labeler workflow (#2503)
* Added a Pull Request Labeler workflow This workflow will add labels based on the PR file path changes * Update .github/workflows/pr-labeler.yml Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> --------- Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>
This commit is contained in:
17
.github/labeler.yml
vendored
Normal file
17
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
android:
|
||||
- src/Core/*
|
||||
- src/Android/*
|
||||
|
||||
iOS:
|
||||
- src/Core/*
|
||||
- lib/ios/*
|
||||
- src/iOS/*
|
||||
- src/iOS.Autofill/*
|
||||
- src/iOS.Core/*
|
||||
- src/iOS.Extension/*
|
||||
- src/iOS.ShareExtension/*
|
||||
- src/iOS.Widget/*
|
||||
- src/watchOS/*
|
||||
|
||||
watchOS:
|
||||
- src/watchOS/*
|
||||
Reference in New Issue
Block a user