Skip to content

Commit

Permalink
test out traceability
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Sep 19, 2024
1 parent 63faaec commit d33f6e9
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/solidity-tracability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,14 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
## Solidity Review Jira issue
Hey @${{ github.event.push && github.event.push.pusher && github.event.push.pusher.username || github.actor }}, we have linked this PR to a Jira issue for Solidity Review.
Hey @${{ github.event.push && github.event.push.pusher && github.event.push.pusher.username || github.actor }}, we have linked this PR to a Jira issue for Solidity Review!
This is a new feature, that's currently in pilot phase, so please make sure that the linkage is correct. In a contrary case, please update it manually in JIRA and replace Solidity Review issue key in the changeset file with the correct one.
And please reach out to the Test Tooling team and notify them about any issues you encounter.
Any changes to the Solidity Review Jira issue should be reflected in the changeset file. If you need to update the issue key, please do so manually in the following changeset file: `${{ needs.files-changed.outputs.changesets_files }}`
This PR has been linked to Solidity Review Jira issue: [${{ env.SOLIDITY_REVIEW_JIRA_ISSUE_KEY }}](${{ vars.JIRA_HOST }}/${{ steps.read-issue-keys.outputs.SOLIDITY_REVIEW_JIRA_ISSUE_KEY }})
This PR has been linked to Solidity Review Jira issue: [${{ env.SOLIDITY_REVIEW_JIRA_ISSUE_KEY }}](${{ vars.JIRA_HOST }}/${{ env.SOLIDITY_REVIEW_JIRA_ISSUE_KEY }})
edit-mode: replace

# - name: Create or update traceability comment in the PR
Expand Down
4 changes: 1 addition & 3 deletions contracts/.changeset/wet-monkey-signs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

#internal test whether Solidity Review issue enforcement is working

PR issue: TT-1624

Solidity Review issue: TT-1689
PR issue: TT-1624
Loading

0 comments on commit d33f6e9

Please sign in to comment.