Skip to content

Commit 6a06c59

Browse files
committed
m
1 parent 7ef991f commit 6a06c59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# - name: Rustfmt Check
6060
# uses: actions-rust-lang/rustfmt@v1
6161

62-
# TODO: Use setup-dafny-actions with correct version when Dafny releases 4.8.2
62+
# Use setup-dafny-actions with correct version when Dafny releases 4.8.2
6363
- name: Setup Dafny
6464
# uses: dafny-lang/[email protected]
6565
uses: ./submodules/smithy-dafny/.github/actions/build_dafny_from_source

.github/workflows/smithy-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
FILES: ${{ steps.file-changes.outputs.FILES }}
3636
if: ${{env.FILES != ''}}
3737
run: |
38-
# TODO: If https://github.com/smithy-lang/smithy-dafny/issues/491 is resolved, remove comment about this issue.
38+
# If https://github.com/smithy-lang/smithy-dafny/issues/491 is resolved, remove comment about this issue.
3939
COMMENT="@${{github.event.pull_request.user.login}} and @${{github.actor}}, I noticed you are updating the smithy model files.\nDoes this update need new or updated javadoc trait documentation?\n Are you adding constraints inside list, map or union? Do you know about this issue: https://github.com/smithy-lang/smithy-dafny/issues/491?"
4040
COMMENT_URL="https://api.github.com/repos/${{ github.repository }}/issues/${PR_NUMBER}/comments"
4141
curl -s -H "Authorization: token ${GITHUB_TOKEN}" -X POST $COMMENT_URL -d "{\"body\":\"$COMMENT\"}"

0 commit comments

Comments
 (0)