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:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
automate-project-columns:
|
||||
createCard:
|
||||
runs-on: ubuntu-latest
|
||||
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:
|
||||
project: Backlog
|
||||
column: To Do
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
||||
project-name: Midgard 5 Entwicklung
|
||||
column-name: To Do
|
||||
Loading…
Reference in New Issue