From 41fb1a88799e952c2aeefc8ea4ba99e0f5fb4ca1 Mon Sep 17 00:00:00 2001 From: Byroks Date: Mon, 8 Jan 2024 16:02:37 +0100 Subject: [PATCH] Update .gitea/workflows/add-issue-to-project.yaml --- .gitea/workflows/add-issue-to-project.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/add-issue-to-project.yaml b/.gitea/workflows/add-issue-to-project.yaml index 06f7a54..c700d20 100644 --- a/.gitea/workflows/add-issue-to-project.yaml +++ b/.gitea/workflows/add-issue-to-project.yaml @@ -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 }} \ No newline at end of file + project-name: Midgard 5 Entwicklung + column-name: To Do \ No newline at end of file