Skip to content

Commit 9d32c0b

Browse files
authored
Add file required for docmetrics comment (#357) (#388)
It seems likely that this file needs to be present in the master branch before the comment from docmetrics (see PR #358) can properly show up in the PRs. I don't know if there is another workaround, I have not done that much investigation. Hopefully this works, and worst case I'll make another PR to revert this change. Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
1 parent aa9df94 commit 9d32c0b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Post DocMetrics PR comment
2+
3+
on:
4+
workflow_run:
5+
workflows: [build_test]
6+
types: [completed]
7+
8+
permissions:
9+
pull-requests: write
10+
actions: read
11+
12+
jobs:
13+
post-comment:
14+
if: github.event.workflow_run.event == 'pull_request'
15+
uses: mila-iqia/docmetrics/.github/workflows/post-pr-comment.yml@v0.0.7
16+
with:
17+
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)