diff --git a/.gitea/workflows/add-issue-to-project.yaml b/.gitea/workflows/add-issue-to-project.yaml index 030d8a4..98e3139 100644 --- a/.gitea/workflows/add-issue-to-project.yaml +++ b/.gitea/workflows/add-issue-to-project.yaml @@ -1,10 +1,5 @@ name: Adds all issues to project board -on: - issues: - types: - - opened - jobs: add-to-project: name: Add issue to project @@ -12,7 +7,7 @@ jobs: steps: - uses: actions/add-to-project@v0.5.0 with: - project-url: https://git.byroks.de/orgs/MidgardVTT-Entwicklung/projects/3 + project-url: https://git.byroks.de/MidgardVTT-Entwicklung/-/projects/3 github-token: ${{ secrets.GH_TOKEN }} labeled: bug, enhancement label-operator: OR \ No newline at end of file