Skip to content

🧹 Refactor decrypt_cia complexity in cia_3ds_decryptor.py #318

🧹 Refactor decrypt_cia complexity in cia_3ds_decryptor.py

🧹 Refactor decrypt_cia complexity in cia_3ds_decryptor.py #318

Workflow file for this run

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-slim
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'Ven0m0/Linux-OS'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@47503d2a1069cc9c99e5d422f3cbd1b038e55ea3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}