kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
rodzic
40a1aab7d4
commit
ad060cdbef
|
@ -76,11 +76,12 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
|
|
||||||
### Relevant log output
|
### Relevant log output
|
||||||
<details>
|
<!--
|
||||||
|
uncomment this section to fold logs
|
||||||
<summary>Expand Logs ... </summary>
|
<details>
|
||||||
|
<summary>Expand Logs ... </summary>
|
||||||
|
-->
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -90,7 +91,9 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
</details>
|
<!--
|
||||||
|
</details>
|
||||||
|
-->
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -20,9 +20,9 @@ repo:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: .github
|
- any-glob-to-any-file: .github
|
||||||
|
|
||||||
# Add 'bug' label to any PR where the head branch name contains `fix` or `bug`
|
# Add 'bug' label to any PR where the head branch name contains `fix` or `bug` as the prefix.
|
||||||
bugfix:
|
bugfix:
|
||||||
- head-branch: [fix, bug, Fix, FIX, Bug, BUG]
|
- head-branch: [^fix, ^bug, ^Fix, ^FIX, ^Bug, ^BUG]
|
||||||
|
|
||||||
# our fallback - bug except repo, feat, or automated pipelines
|
# our fallback - bug except repo, feat, or automated pipelines
|
||||||
# bug_fallthrough:
|
# bug_fallthrough:
|
||||||
|
|
Ładowanie…
Reference in New Issue