]> git.ipfire.org Git - thirdparty/openwrt.git/commit
ci: add bot to build on comment
authorPaul Spooren <mail@aparcar.org>
Tue, 24 Jun 2025 08:28:38 +0000 (10:28 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 24 Jun 2025 14:16:43 +0000 (16:16 +0200)
commit8186e5e5a46eccf0e83776d0c1c2ba1ea78f2d83
tree6c28f6c119cb8c25edd9c70403ddd96158c50b81
parentb48925fd9cf6a4891ce0c2085c18ec0af58b540c
ci: add bot to build on comment

This has been requested many times, so let's add this to speed up reviews. When
a member of the "reviewers" group comments the magic word written below, that
specific firmware is created and attached by a bot.

    build <target>/<subtarget>/<profile>

Members of the "reviewers" group have no extra privileges, they can not commit
to the repository nor perform any action outside the `build-on-comment` action.

Motivation is to speedup reviews and have a better source for sharing compiled
firmware.

Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/build-on-comment.yml [new file with mode: 0644]