We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example from domainr/whois project:
domainr/whois
name: Auto-merge ZoneDB on: pull_request permissions: contents: write pull-requests: write jobs: merge: runs-on: ubuntu-22.04 if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Dependabot metadata id: metadata uses: dependabot/[email protected] with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs if: ${{contains(steps.metadata.outputs.dependency-names, 'zonedb') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}} run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
I would be interested in auto-merging PRs targeting the development branch for most of the projects that I work with.
development
The text was updated successfully, but these errors were encountered:
atc0005
No branches or pull requests
Overview
Example from
domainr/whois
project:I would be interested in auto-merging PRs targeting the
development
branch for most of the projects that I work with.References
The text was updated successfully, but these errors were encountered: