Skip to content

[UnicodeDecodeError@_binaryninjacore.py:36] UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 0: invalid start byte #719

[UnicodeDecodeError@_binaryninjacore.py:36] UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 0: invalid start byte

[UnicodeDecodeError@_binaryninjacore.py:36] UnicodeDecodeError: 'utf-8' codec can't decode byte 0x85 in position 0: invalid start byte #719

name: Automatic Branch Creation
on:
issue_comment:
types: [ created ]
pull_request:
types: [ closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}