File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# Mergify follow our workflow: https://os.mbed.com/docs/mbed-os/latest/contributing/workflow.html
18
- # Inital state is done by internal reviewer bot
18
+ # Inital state (needs: review) is done by internal reviewer bot
19
19
20
- # Notes: conditions do not check if label is already there if we add or remote , this is to limit Github API access to
21
- # minimum. If a label is already there and we add it again, nothing bad happens (we gain 1 less access).
22
- # For instance for needs: work if CI failed, we just add a label as action.
20
+ # Notes: conditions do not check if label is already there if we add or remove later , this is to limit Github API access to
21
+ # minimum. If a label is already there and we add it again, nothing should happen (we do 1 less access to Github ).
22
+ # For instance for needs: work if CI failed, we just add a label as action, don't check if needs: works is already there
23
23
24
24
pull_request_rules :
25
25
# From needs: review to needs: work - reviewers request
You can’t perform that action at this time.
0 commit comments