Clone an issue to a predefined repository when labeled with a specific label
Required Github token with repo:all permissions.
Required The repository in which to clone the issue.
Optional The label on which to react. Default clone
.
uses: dpanayotov/[email protected]
with:
label: "clone"
targetRepo: myorg/myrepo
token: ${{ secrets.CLONE_ISSUE_TOKEN }}