Skip to content

add imx577 support on radxa-5b,rock-5c #230

add imx577 support on radxa-5b,rock-5c

add imx577 support on radxa-5b,rock-5c #230

Workflow file for this run

jobs:
dependabot:
if: "github.actor == 'dependabot[bot]'"
runs-on: "ubuntu-latest"
steps:
- id: "metadata"
name: "Dependabot metadata"
uses: "dependabot/fetch-metadata@v3"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- env:
GH_TOKEN: "${{secrets.GITHUB_TOKEN}}"
PR_URL: "${{github.event.pull_request.html_url}}"
name: "Approve a PR"
run: |
gh pr review --approve "$PR_URL"
- continue-on-error: true
env:
GH_TOKEN: "${{secrets.GIT_PUSH_TOKEN}}"
PR_URL: "${{github.event.pull_request.html_url}}"
name: "Approve a PR with private token"
run: |
gh pr review --approve "$PR_URL"
- env:
GH_TOKEN: "${{secrets.GITHUB_TOKEN}}"
PR_URL: "${{github.event.pull_request.html_url}}"
name: "Enable auto-merge for Dependabot PRs"
run: |
gh pr merge --auto --merge "$PR_URL"
name: "Dependabot auto-merge"
"on":
pull_request: {}
permissions:
contents: "write"
pull-requests: "write"