Skip to content

Unable to manually modify initiative order in the combat tracker #126

Unable to manually modify initiative order in the combat tracker

Unable to manually modify initiative order in the combat tracker #126

Workflow file for this run

name: Add issues to bugs project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- uses: actions/add-to-project@v1.0.2
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/users/n3dst4/projects/2
github-token: ${{ secrets.ISSUES_PROJECTS_PAT }}
# labeled: bug, needs-triage
# label-operator: OR