beeme1mr/Federated Issue Management
Manage issues across multiple repositories in a federated manner.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permissions to create and modify issues across repositories | yes | — |
| required-label | Label that must be present on the issue to trigger the action | yes | federated |
| notify-missing-permissions | Notifies the user if they do not have permissions to create issues in the target repository | no | true |
| close-issues-on-parent-close | Close issues in the child repositories when the parent issue is closed | no | true |
| config-path | Path to the configuration file | no | .github/federated-issue-action-config.json |
| child-issue-title | Title for the child issue | no | ${{ github.event.issue.title }} |
| child-issue-body | Body for the child issue | no | ${{ github.event.issue.body }} |
Outputs
no outputs