Skip to content

Commit abb9469

Browse files
authored
Merge pull request #1510 from conda-forge/beckermr-patch-1
DOC add GHA details
2 parents 09bc2d0 + 126d6e7 commit abb9469

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/maintainer/infrastructure.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,27 @@ GitHub Actions
288288
We use GitHub actions to rerender feedstocks and also run our pull request automerge service. We do not currently support builds on
289289
GitHub Actions.
290290

291+
Automerge
292+
.........
293+
294+
The automerge service uses the GitHub action in this `repo <https://github.com/conda-forge/automerge-action>`_. This action runs out of a
295+
Docker `container <https://hub.docker.com/repository/docker/condaforge/automerge-action>`_ on the ``prod`` tag. See the
296+
repo `README.md <https://github.com/conda-forge/automerge-action#readme>`_ for mofe details. PRs are automatically merged if they satisfy either
297+
of the two following sets of conditions:
298+
299+
1. are from the ``regro-cf-autotick-bot``, have ``[bot-automerge]`` in the title, all statuses are passing, and the feedstock allows automerge
300+
2. have the ``automerge`` label and all statuses are passing.
301+
302+
For PRs from the ``regro-cf-autotick-bot``, it can be useful to remove the ``[bot-automerge]`` slug from the PR title if you are making
303+
edits to the PR.
304+
305+
Rerendering
306+
...........
307+
308+
The rerendering service is triggered by the Heroku app. It uses the GitHub action in this `repo <https://github.com/conda-forge/webservices-dispatch-action>`_.
309+
This action runs out of a Docker `container <https://hub.docker.com/repository/docker/condaforge/webservices-dispatch-action>`_ on the ``prod`` tag. See the
310+
repo `README.md <https://github.com/conda-forge/webservices-dispatch-action#readme>`_ for mofe details.
311+
291312

292313
Skipping CI builds
293314
------------------

0 commit comments

Comments
 (0)