mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Repo - drop completeness check for feature requests (#3910)
This commit is contained in:
parent
dbc5fd74f6
commit
fd02f72caf
1 changed files with 4 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue