From 149360174cb7657dd2bfa0e5c2442a5e564835e3 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Sun, 22 Sep 2024 22:58:24 +0200 Subject: [PATCH] Rephrase the input of compare_apk_size I thought this was asking to give a number of PRs. So multiple one pr, two pr... I hope this will save some other dev some confusion, and they'll directly understand they need a PR number. --- .github/workflows/compare_apk_size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compare_apk_size.yml b/.github/workflows/compare_apk_size.yml index 073c2e2fb142..e04c207f358e 100644 --- a/.github/workflows/compare_apk_size.yml +++ b/.github/workflows/compare_apk_size.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: prNumber: - description: "Number of PR to calculate sizes for" + description: "You want to measure the impact of PR number:" required: true type: number