Skip to content

Add a basic README and stop publishing to Docker Hub #84

Add a basic README and stop publishing to Docker Hub

Add a basic README and stop publishing to Docker Hub #84

Workflow file for this run

name: Auto approve
on: pull_request
jobs:
# Auto-approve dependabot PRs since this repo requires at least one approving review.
# Dependabot will automatically merge minor version upgrades
# (see .dependabot/config.yml for more info).
auto-approve-dependabot:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"