From 714d63547247d09a332f2b4c4da4b9661550ae59 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Fri, 22 Dec 2023 15:28:33 +0000 Subject: [PATCH 1/2] Remove deprecated prebuilds for gitpod --- .gitpod.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 1ac066c6..659fc24b 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -12,23 +12,4 @@ vscode: - lextudio.restructuredtext - trond-snekvik.simple-rst - errata-ai.vale-server - - eamodio.gitlens - -github: - prebuilds: - # enable for the master/default branch (defaults to true) - master: true - # enable for all branches in this repo (defaults to false) - branches: true - # enable for pull requests coming from this repo (defaults to true) - pullRequests: true - # enable for pull requests coming from forks (defaults to false) - pullRequestsFromForks: true - # add a check to pull requests (defaults to true) - addCheck: false - # add a "Review in Gitpod" button as a comment to pull requests (defaults to false) - addComment: false - # add a "Review in Gitpod" button to the pull request's description (defaults to false) - addBadge: true - # add a label once the prebuild is ready to pull requests (defaults to false) - addLabel: false + - eamodio.gitlens \ No newline at end of file From 94c03e41173f7efd138044b703f527aceb39abf7 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Sun, 24 Dec 2023 10:36:56 +0000 Subject: [PATCH 2/2] File had a space after file extension! :facepalm: --- .readthedocs.yaml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yaml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yaml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yaml rename to .readthedocs.yaml