We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa598b1 commit 6f72623Copy full SHA for 6f72623
.github/workflows/mypy_primer_comment.yml
@@ -49,7 +49,7 @@ jobs:
49
return parseInt(fs.readFileSync("pr_number.txt", { encoding: "utf8" }))
50
51
- name: Hide old comments
52
- uses: int128/hide-comment-action@3580fff2b9b7c0e16466686530622f0eed93132a # v1.47.0
+ uses: int128/hide-comment-action@9cdf7fd49089308931b20966baee90f4aadb9f6e # v1.48.0
53
with:
54
token: ${{ secrets.GITHUB_TOKEN }}
55
issue-number: ${{ steps.get-pr-number.outputs.result }}
0 commit comments