Skip to content

Commit 427f861

Browse files
committed
Revert removal of RTD link
1 parent 9792651 commit 427f861

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Dashboard PR preview
2+
# Automatically edits a pull request's descriptions with a link
3+
# to the GitHub pages PR preview.
4+
5+
on:
6+
pull_request_target:
7+
types:
8+
- opened
9+
- reopened
10+
11+
permissions:
12+
pull-requests: write
13+
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
16+
cancel-in-progress: true
17+
18+
jobs:
19+
documentation-links:
20+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: chabroA/[email protected]
23+
with:
24+
auth: ${{ secrets.GITHUB_TOKEN }}
25+
repo: ${{ github.event.repository.name }}
26+
owner: ${{ github.repository_owner }}
27+
pr: ${{ github.event.number }}
28+
url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
29+
message: "📊 Dashboard preview:"

0 commit comments

Comments
 (0)