Skip to content

Commit

Permalink
Chore: Remove legacy issue-id components (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 13, 2024
1 parent 6077d53 commit e9a9f31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 141 deletions.
105 changes: 0 additions & 105 deletions .github/actions/gerrit-issue-id-action/action.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/reuse-issue-id-ng.yaml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/reuse-issue-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ jobs:
uses: os-climate/osc-github-devops/.github/actions/git-commit-message-body@main

# yamllint disable-line rule:line-length
- uses: os-climate/osc-github-devops/.github/actions/gerrit-issue-id-action@main
env:
# Required for the GitHub CLI
GH_TOKEN: ${{ github.token }}
- uses: os-climate/osc-github-devops/.github/actions/gerrit-inject-issue-id-action@main
with:
commit_message_body: ${{ steps.retrieve.outputs.COMMIT_MESSAGE }}
issue_id_lookup_json: ${{ vars.ISSUE_ID_LOOKUP_JSON }}

0 comments on commit e9a9f31

Please sign in to comment.