Actions
Supported actions
hese are the current actions this tool supports. Each action has their required permission, it's up to you whether you use 1 token for everything with all permissions, 1 token for each action, etc.
This docs only mention the necessary permissions using the fine grained token. If you want classic you'll have to figure out which ones are the correspondant permissions
Labels
This action allows you to copy labels from the source repositoy to the destinationrepository.
You choose which labels you wanna copy over, and you can also configure it to delete existing labels in destination repository while syncing.
This action will fetch all labels from both source and destination repositories, and prompt you to choose which ones to sync over and which ones (if any) to delete.
You must at least choose one to label to sync, but are not required to choose any label to delete
Permissions
For this action, the token for source repository needs to have issues: read permission and destination repository needs issues read / write.
If you're also deleting existing labels from destination repository, the token also needs pull requests: read and write permissions
issues: read - to get labels
issues: read and write - to get and create labels
pull requests: read and write - to be able to delete labels
metadata: read is auto selected when you choose issues as it's mandatory
Last updated
Was this helpful?