mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-29 03:03:05 -04:00
Repo - drop completeness check for feature requests (#3910)
This commit is contained in:
4
.github/workflows/models_completeness.yml
vendored
4
.github/workflows/models_completeness.yml
vendored
@@ -3,6 +3,10 @@ name: Issue Completeness Check
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
filters:
|
||||
- if: >
|
||||
!contains(github.event.issue.labels.*.name, 'enhancement') &&
|
||||
!contains(github.event.issue.title, 'Feature Request')
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Reference in New Issue
Block a user