joshmgross/Remove from Project
Removes an issue or pull request from a classic project board
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | The number of the issue or pull request to remove. | yes | — |
| issue-owner | The owner of the issue or pull request to remove. Defaults to the current repository owner. | no | — |
| issue-repository | The repository of the issue or pull request to remove. Defaults to the current repository. | no | — |
| project-owner | The organization that contains the project. | no | — |
| project-number | The number of the project board. | yes | — |
| token | A token with access to the project board and issue or pull request. For projects outside of the current workflow's repository, a separate token is required. | no | ${{ github.token }} |
| fail-not-found | Fail the action if the issue is not on the project board. | no | false |
Outputs
no outputs