diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index afcb0736..bcc0f01e 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -31,4 +31,5 @@ jobs: PR_FILTER: "labelled" PR_LABELS: "autoupdate" PR_READY_STATE: "ready_for_review" - MERGE_CONFLICT_ACTION: "ignore" \ No newline at end of file + MERGE_CONFLICT_ACTION: "ignore" + \ No newline at end of file diff --git a/.github/workflows/help-command.yml b/.github/workflows/help-command.yml index c68db841..303e0e16 100644 --- a/.github/workflows/help-command.yml +++ b/.github/workflows/help-command.yml @@ -33,7 +33,7 @@ jobs: - \`/ready-to-merge\` or \`/rtm\` - This comment will trigger automerge of PR in case all required checks are green, approvals in place and do-not-merge label is not added - \`/do-not-merge\` or \`/dnm\` - This comment will block automerging even if all conditions are met and ready-to-merge label is added - - \`/autoupdate\` or \`/au\` - This comment will add \`autoupdate\` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR.` + - \`/autoupdate\` or \`/au\` - This comment will add \`autoupdate\` label to the PR and keeps your PR up-to-date to the target branch's future changes. Unless there is a merge conflict or it is a draft PR. (Currently only works for upstream branches.)` - \`/update\` or \`/u\` - This comment will update the PR with the latest changes from the target branch. Unless there is a merge conflict or it is a draft PR.` })