Skip to content

Commit 60fe55d

Browse files
Merge pull request #32 from modeseven-lfreleng-actions/update-actions
Fix: json-key-value-lookup-action location, docs
2 parents f3ec169 + b6be36d commit 60fe55d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -325,18 +325,6 @@ autolabeler:
325325
The tool will detect the capitalization style from these files and apply
326326
it consistently to normalized commit messages.
327327

328-
## Exit Codes
329-
330-
The CLI tool uses specific exit codes to signal different types of failures,
331-
making it easier to handle errors in automation and CI/CD pipelines:
332-
333-
| Exit Code | Description | Common Causes |
334-
|-----------|-------------|---------------|
335-
| `0` | Success | Operation completed |
336-
| `1` | General runtime failure | Submission pipeline errors, Git operations failed, network issues, unhandled exceptions |
337-
| `2` | Configuration or validation error | Invalid configuration parameters, missing required settings, empty PR context |
338-
| `3` | Duplicate detection blocked submission | Similar change already exists in Gerrit and `ALLOW_DUPLICATES` is `false` |
339-
340328
### Example Usage in CI/CD
341329

342330
```bash

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ runs:
163163
- name: "Get ticket from JSON lookup table"
164164
if: ${{ inputs.ISSUE_ID == '' && inputs.ISSUE_ID_LOOKUP == 'true' }}
165165
id: json-lookup
166-
uses: lfit/releng-reusable-workflows/.github/actions/json-key-value-lookup-action@main
166+
uses: lfreleng-actions/json-key-value-lookup-action@ed95008d49173ba450865d6c8faad0aabf07a39c # v0.1.0
167167
with:
168168
json: ${{ inputs.ISSUE_ID_LOOKUP_JSON }}
169169
key: ${{ env.key }}

0 commit comments

Comments
 (0)