Clone issue
ActionsTags
(2)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 }}
Clone issue is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.