Skip to content

fix(firebase): fix yml file #510

fix(firebase): fix yml file

fix(firebase): fix yml file #510

Workflow file for this run

name: Manage PR
on:
pull_request:
types: [opened, reopened, edited]
permissions:
contents: write
pull-requests: write
jobs:
manage-pr:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.BOT_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.BOT_TOKEN}}