Update .gitea/workflows/add-issue-to-project.yaml
This commit is contained in:
parent
ff74871a0c
commit
41fb1a8879
|
|
@ -3,13 +3,12 @@ name: Move new issues into To Do
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened]
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
automate-project-columns:
|
createCard:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.8.3
|
- name: Create or Update Project Card
|
||||||
|
uses: peter-evans/create-or-update-project-card@v2
|
||||||
with:
|
with:
|
||||||
project: Backlog
|
project-name: Midgard 5 Entwicklung
|
||||||
column: To Do
|
column-name: To Do
|
||||||
repo-token: ${{ secrets.GH_TOKEN }}
|
|
||||||
Loading…
Reference in New Issue