Skip to content

Improper calculation of votes on multiplayer bounties #4

Improper calculation of votes on multiplayer bounties

Improper calculation of votes on multiplayer bounties #4

Workflow file for this run

name: Create Branch from Issue
on:
issues:
types: [assigned]
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 }}