beeme1mr/Federated Issue Management

Manage issues across multiple repositories in a federated manner.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with permissions to create and modify issues across repositoriesyes
required-labelLabel that must be present on the issue to trigger the actionyesfederated
notify-missing-permissionsNotifies the user if they do not have permissions to create issues in the target repositorynotrue
close-issues-on-parent-closeClose issues in the child repositories when the parent issue is closednotrue
config-pathPath to the configuration fileno.github/federated-issue-action-config.json
child-issue-titleTitle for the child issueno${{ github.event.issue.title }}
child-issue-bodyBody for the child issueno${{ github.event.issue.body }}

no outputs