Skip to content

feat(home): suggest 'All repos in ORG' in the Add Repo dropdown #74

feat(home): suggest 'All repos in ORG' in the Add Repo dropdown

feat(home): suggest 'All repos in ORG' in the Add Repo dropdown #74

Workflow file for this run

name: Auto-merge Dependabot
on: pull_request
jobs:
dependabot-auto-merge:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}