Skip to content

Commit fd8b7d6

Browse files
committed
mergify: fix notes section
1 parent 0ae876e commit fd8b7d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.mergify.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# limitations under the License.
1616

1717
# 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
1919

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
2323

2424
pull_request_rules:
2525
# From needs: review to needs: work - reviewers request

0 commit comments

Comments
 (0)