byeongcheol-kim/update-jira-labels-and-components
Get started with Python Container actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 15, 2023
- License
- MIT
Pinned Snippet
uses: byeongcheol-kim/update-jira-labels@e3f85264229f7a5c521bd5e0c89994412a430f80 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| myInput | Input to use | — | world |
| branchName | Branch name to use | yes | — |
| labelToAdd | Label to add | — | — |
| labelToRemove | Label to remove | — | — |
| componentToAdd | Component to add | — | — |
| componentToRemove | Component to remove | — | — |
Outputs
| name | description |
|---|---|
| myOutput | Output from the action |
| targetBranch | Target branch |
| currentLabel | Current label |
| currentComponent | Current component |
| currentLinkedIssue | Current linked issue |