Skip to content

Commit

Permalink
Disabled platform patterns for issue labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed May 14, 2024
1 parent d481660 commit cad1ba8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,18 @@
crash:
- '^Crash Report|Crash ID: crash/'

OS/Linux:
- 'OS[|:\s]+Linux|Operating System:\s+Linux'

OS/Windows:
- 'OS[|:\s]+Windows|Operating System:\s+Windows NT'

OS/macOS:
- 'OS[|:\s]+Mac OS|Operating System:\s+Mac OS X'

OS/Android:
- 'OS[|:\s]+Android|Operating System:\s+Android'

OS/iOS:
- 'OS[|:\s]+iOS|Device/OS:\s+iPhone|Operating System:\s+iOS'
## disabled, see: https://bravesoftware.slack.com/archives/C08Q08M6F/p1715702078079739?thread_ts=1715701662.931169&cid=C08Q08M6F
# OS/Linux:
# - 'OS[|:\s]+Linux|Operating System:\s+Linux'
#
# OS/Windows:
# - 'OS[|:\s]+Windows|Operating System:\s+Windows NT'
#
# OS/macOS:
# - 'OS[|:\s]+Mac OS|Operating System:\s+Mac OS X'
#
# OS/Android:
# - 'OS[|:\s]+Android|Operating System:\s+Android'
#
# OS/iOS:
# - 'OS[|:\s]+iOS|Device/OS:\s+iPhone|Operating System:\s+iOS'

0 comments on commit cad1ba8

Please sign in to comment.