automerge-action
conda-forge image used to power the bot automerge GitHub Actions integration
1M+
a docker image to run conda-forge's bot automerge GitHub Actions integration
This image contains the code and integrations to run conda-forge's bot automerge GitHub Actions integrations. This image is used by the autotick bot to automatically merge passing PRs if the feedstock maintainers have opted in.
This image is licensed under BSD-3 Clause and is based on a base image under the MIT license.
You can find documentation for how to use the image on the upstream repo and in the sections below.
To get in touch with the maintainers of this image, please make an issue
and bump the @conda-forge/core team.
Contributions are welcome in accordance with conda-forge's code of conduct. We accept them through pull requests on the upstream repo.
To use this action, add the following YAML file at .github/workflows/automerge.yml
on:
status: {}
check_suite:
types:
- completed
jobs:
automerge-action:
runs-on: ubuntu-latest
name: automerge
steps:
- name: checkout
uses: actions/checkout@v2
- name: automerge-action
id: automerge-action
uses: conda-forge/automerge-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}
Content type
Image
Digest
sha256:786c06dd5…
Size
110.4 MB
Last updated
over 1 year ago
docker pull condaforge/automerge-action:prodPulls:
6
Last week