|
| 1 | +--- |
| 2 | +repository: |
| 3 | + description: "Node-RED - Community Hass.io Add-on for Home Assistant" |
| 4 | + homepage: https://addons.community |
| 5 | + topics: node-red, hassio-addon, hassio-addons, hassio, hass, home-assistant, homeassistant |
| 6 | + private: false |
| 7 | + has_issues: true |
| 8 | + has_projects: false |
| 9 | + has_wiki: false |
| 10 | + has_downloads: false |
| 11 | + default_branch: master |
| 12 | + allow_squash_merge: true |
| 13 | + allow_merge_commit: false |
| 14 | + allow_rebase_merge: true |
| 15 | +labels: |
| 16 | + # Priority labels |
| 17 | + - name: "Priority: Critical" |
| 18 | + color: ee0701 |
| 19 | + description: "This should be dealt with ASAP. Not fixing this issue would be a serious error." |
| 20 | + - name: "Priority: High" |
| 21 | + color: b60205 |
| 22 | + description: "After critical issues are fixed, these should be dealt with before any further issues." |
| 23 | + - name: "Priority: Medium" |
| 24 | + color: 0e8a16 |
| 25 | + description: "This issue may be useful, and needs some attention." |
| 26 | + - name: "Priority: Low" |
| 27 | + color: e4ea8a |
| 28 | + description: "Nice addition, maybe... someday..." |
| 29 | + |
| 30 | + # Type labels |
| 31 | + - name: "Type: Bug" |
| 32 | + color: ee0701 |
| 33 | + description: "Inconsistencies or issues which will cause a problem for users or implementors." |
| 34 | + - name: "Type: Documentation" |
| 35 | + color: 0052cc |
| 36 | + description: "Solely about the documentation of the project." |
| 37 | + - name: "Type: Enhancement" |
| 38 | + color: 1d76db |
| 39 | + description: "Enhancement of the code, not introducing new features." |
| 40 | + - name: "Type: Feature" |
| 41 | + color: 0e8a16 |
| 42 | + description: "New features or options." |
| 43 | + - name: "Type: Support" |
| 44 | + color: 5319e7 |
| 45 | + description: "Marks an issue as an support ticket." |
| 46 | + - name: "Type: Discussion" |
| 47 | + color: d4c5f9 |
| 48 | + description: "Marks an issue as an generic discussion ticket." |
| 49 | + - name: "Type: Maintaince" |
| 50 | + color: 2af79e |
| 51 | + description: "Generic maintaince tasks, e.g., package updates." |
| 52 | + |
| 53 | + # Additional markers |
| 54 | + - name: "Security" |
| 55 | + color: ee0701 |
| 56 | + description: "Marks an security issues that needs to be resolved asap." |
| 57 | + - name: "Idea" |
| 58 | + color: fef2c0 |
| 59 | + description: "Marks an idea, which might be excepted and implemented." |
| 60 | + - name: "Incomplete" |
| 61 | + color: fef2c0 |
| 62 | + description: "Marks an PR or issue that is missing information." |
| 63 | + - name: "Pull request" |
| 64 | + color: fbca04 |
| 65 | + description: "There is an PR opened for this issue." |
| 66 | + - name: "Accepted" |
| 67 | + color: c2e0c6 |
| 68 | + description: "This issue or PR has been accepted." |
| 69 | + - name: "Declined" |
| 70 | + color: f9d0c4 |
| 71 | + description: "This issue or PR has been declined." |
| 72 | + - name: "Potential duplicate" |
| 73 | + color: e6e6e6 |
| 74 | + description: "This issue has been automatically marked as a potential duplicate." |
| 75 | + |
| 76 | + # Ongoing Status labels |
| 77 | + - name: "Status: Triage" |
| 78 | + color: fbca04 |
| 79 | + description: "This issue needs to be triaged." |
| 80 | + - name: "Status: On hold" |
| 81 | + color: cccccc |
| 82 | + description: "Issue or PR that has been placed on hold for now." |
| 83 | + - name: "Status: In progress" |
| 84 | + color: fbca04 |
| 85 | + description: "Issue is currently being resolved by a developer." |
| 86 | + - name: "Status: Stale" |
| 87 | + color: fef2c0 |
| 88 | + description: "There has not been activity on this issue or PR for quite some time." |
| 89 | + - name: "Status: Awaiting response" |
| 90 | + color: fef2c0 |
| 91 | + description: "Issue or PR awaits response from the creator." |
| 92 | + - name: "Status: Blocked" |
| 93 | + color: fef2c0 |
| 94 | + description: "Progress on this issue is currently not possible." |
| 95 | + |
| 96 | + # Closing status labels |
| 97 | + - name: "Closed: Known limitation" |
| 98 | + color: e6e6e6 |
| 99 | + description: "Issue is closed, it is a known limitation." |
| 100 | + - name: "Closed: Expected behavior" |
| 101 | + color: e6e6e6 |
| 102 | + description: "Issues is closed, it is expected behavior." |
| 103 | + - name: "Closed: Duplicate" |
| 104 | + color: e6e6e6 |
| 105 | + description: "Issue is closed, duplicate of an existing issue." |
| 106 | + - name: "Closed: Invalid" |
| 107 | + color: e6e6e6 |
| 108 | + description: "Issue is closed, marked as not a valid issue (e.g., an user error)." |
| 109 | + - name: "Closed: Wrong repository" |
| 110 | + color: e6e6e6 |
| 111 | + description: "Issue is closed, was created in the wrong repository." |
| 112 | + - name: "Closed: Won't Fix" |
| 113 | + color: e6e6e6 |
| 114 | + description: "Issue is closed, it won't be fixed." |
| 115 | + - name: "Closed: Done" |
| 116 | + color: c2e0c6 |
| 117 | + description: "Issue closed, work on this issue has been marked complete." |
| 118 | + |
| 119 | + # Others |
| 120 | + - name: "Beginner Friendly" |
| 121 | + color: 0e8a16 |
| 122 | + description: "Good first issue for people wanting to contribute to the project." |
| 123 | + - name: "Help wanted" |
| 124 | + color: 0e8a16 |
| 125 | + description: "We need some extra helping hands or expertise in order to resolve this." |
| 126 | + - name: "Hacktoberfest" |
| 127 | + description: "Issues/PRs are participating in the Hacktoberfest" |
| 128 | + color: fbca04 |
| 129 | + |
| 130 | +branches: |
| 131 | + - name: master |
| 132 | + protection: |
| 133 | + required_pull_request_reviews: |
| 134 | + # required_approving_review_count: 1 |
| 135 | + dismiss_stale_reviews: true |
| 136 | + require_code_owner_reviews: true |
| 137 | + dismissal_restrictions: |
| 138 | + users: [] |
| 139 | + teams: |
| 140 | + - Admins |
| 141 | + - Masters |
| 142 | + required_status_checks: |
| 143 | + strict: false |
| 144 | + contexts: [] |
| 145 | + enforce_admins: false |
| 146 | + restrictions: |
| 147 | + users: [] |
| 148 | + teams: |
| 149 | + - Admins |
| 150 | + - Masters |
0 commit comments