ovsds/Create Or Update Unique Issue
Create or Update Unique Issue Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 30, 2024
- License
- MIT
Pinned Snippet
uses: ovsds/create-or-update-unique-issue-action@8999e391f74f20449dcc70e94aee731a3938d543 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT | — | ${{ github.token }} |
| title | The title of the issue to create or update | yes | — |
| body | The body of the issue to create or update | yes | — |
| unique-title-includes | The unique title to search for in the repository | yes | — |
| close | Close the comment or skip creation | — | false |
Outputs
| name | description |
|---|---|
| issue-number | The ID of the issue created or updated |