]> git.ipfire.org Git - thirdparty/curl.git/commit
github: add support for Hacktoberfest using labels 7897/head
authorMarc Hoersken <info@marc-hoersken.de>
Sat, 23 Oct 2021 19:30:03 +0000 (21:30 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Wed, 27 Oct 2021 10:26:31 +0000 (12:26 +0200)
commitf0ab8a631aeaa4cb458d55f25313080416adf43e
treefa09c0618b705f0c3151461891b45bdc2b1bf96d
parentc67a32fc560913caff7875bb4fe98abb9991798c
github: add support for Hacktoberfest using labels

Automatically add hacktoberfest-accepted label to PRs opened between
September 30th and November 1st once a commit with a close reference
to it is pushed onto the master branch.

With this workflow we can participate in Hacktoberfest while not
relying on GitHub to identify PRs as merged due to our rebasing.

Requires hacktoberfest-accepted labels to exist for PRs on the
participating repository. Also requires hacktoberfest topic on
the participating repository to avoid applying to forked repos.

Reviewed-by: Daniel Stenberg
Fixes #7865
Closes #7897
.github/workflows/hacktoberfest-accepted.yml [new file with mode: 0644]