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 f39992b commit 4570a14Copy full SHA for 4570a14
.github/workflows/preview_comment.yaml
@@ -0,0 +1,15 @@
1
+name: "Post preview links for changed files"
2
+
3
+on:
4
+ pull_request: ~
5
6
+jobs:
7
+ post-preview-links:
8
+ name: Post preview links for changed files
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ # Needed to manage the comment
12
+ pull-requests: write
13
+ uses: ibexa/documentation-developer/.github/workflows/preview_comment.yamll@main
14
+ with:
15
+ project: 'projects/userguide/'
0 commit comments