Skip to content

Commit

Permalink
add changesetKey check (#14894)
Browse files Browse the repository at this point in the history
* add changesetKey check

* temp change test

* [Bot] Update changeset file with jira issues

* change jira sha commit

* update with correct key

* add new released jira-tracing version and remove testing files

---------

Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 47aaff4 commit a48b264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/solidity-tracability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v4.2.1
with:
repository: smartcontractkit/.github
ref: 9aed33e5298471f20a3d630d711b96ae5538728c # jira-tracing@0.2.0
ref: 6781e048ecc1aadf7d605722c32e8068a5f829ce # jira-tracing@0.3.0
path: ./dot_github

# we need to set the top level directory for the jira-tracing action manually
Expand All @@ -117,6 +117,7 @@ jobs:
pnpm --filter jira-tracing issue:enforce
env:
CHANGESET_FILES: ${{ needs.files-changed.outputs.changesets_files }}
CHANGESET_KEY: "@chainlink/contracts"
GIT_TOP_LEVEL_DIR: ${{ steps.find-git-top-level-dir.outputs.top_level_dir }}

PR_TITLE: ${{ github.event.pull_request.title }}
Expand Down

0 comments on commit a48b264

Please sign in to comment.