Skip to content

Disassemble .plt section and mark functions as thunks #20

Disassemble .plt section and mark functions as thunks

Disassemble .plt section and mark functions as thunks #20

Workflow file for this run

name: Dependency updates auto-merge
on: pull_request
permissions:
pull-requests: write
contents: write
checks: read
jobs:
auto_merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for dependency update PRs
run: gh pr merge --auto -s "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}