diff --git a/.github/workflows/close-and-put-in-backlog.yml b/.github/workflows/close-and-put-in-backlog.yml index f2fbe1ac4..0420bfd1c 100644 --- a/.github/workflows/close-and-put-in-backlog.yml +++ b/.github/workflows/close-and-put-in-backlog.yml @@ -24,4 +24,8 @@ jobs: repo: context.repo.repo, body: welcomeMessage }) - - uses: peter-evans/close-issue@v2 \ No newline at end of file + - uses: peter-evans/close-issue@v2 + - uses: actions/add-to-project@RELEASE_VERSION + with: + project-url: https://github.com/orgs/plantuml/projects/4 + github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} \ No newline at end of file