1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00

chore: add issues to project Backlog when adding p:backlog label

This commit is contained in:
Arnaud Roques 2023-03-31 18:10:16 +02:00
parent 72599ce706
commit 949df26035

View File

@ -24,4 +24,8 @@ jobs:
repo: context.repo.repo,
body: welcomeMessage
})
- uses: peter-evans/close-issue@v2
- 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 }}