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 22c2367 commit 3c676e7Copy full SHA for 3c676e7
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/build-sphinx.yml
@@ -193,6 +193,8 @@ jobs:
193
permissions:
194
# Needed to remove docs for closed pull request from the repo
195
contents: write
196
+ # Needed to modify a comment in the pull request's issue
197
+ pull-requests: write
198
199
runs-on: ubuntu-20.04
200
0 commit comments