Skip to content

[ValueError@switch_variable_detection.py:117] ValueError: No switch variable candidate found. But with actual switch. #490

[ValueError@switch_variable_detection.py:117] ValueError: No switch variable candidate found. But with actual switch.

[ValueError@switch_variable_detection.py:117] ValueError: No switch variable candidate found. But with actual switch. #490

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 }}