name: Move new issues into To Do on: issues: types: [opened] jobs: createCard: runs-on: ubuntu-latest steps: -name: Close Issue run: > curl -X PATCH -H "Content-Type: application/xml" -H "Authorization: token ${{ secrets.GITEA_TOKEN }} -d '{ "state": "closed" }' "${{ gitea.event.issue.url }}"