Refine and detail k8s cluster upgrade policy #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add readthedocs preview link to pull requests | |
on: | |
pull_request_target: | |
paths: | |
- "docs/**" | |
jobs: | |
autolink-rtd-previews: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: readthedocs/actions/preview@v1 | |
with: | |
# The project slug in RTD still has the old repo name | |
project-slug: "2i2c-pilot-hubs" |