foundry-vtt-system-midgard5/.gitea/workflows/add-issue-to-project.yaml

15 lines
351 B
YAML

name: Move new issues into To Do
on:
issues:
types: [opened]
jobs:
createCard:
runs-on: ubuntu-latest
steps:
- name: Create or Update Project Card
uses: peter-evans/create-or-update-project-card@v2
with:
project-number: 3
project-location: ${{ gitea.repository }}
column-name: To Do