Skip to content

test: add pytest coverage for obfuscate_indirect_calls (#97) #2

test: add pytest coverage for obfuscate_indirect_calls (#97)

test: add pytest coverage for obfuscate_indirect_calls (#97) #2

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Apply labels based on changed files
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yaml
sync-labels: true