Merge pull request #1708 from mathbunnyru/asalikhov/unify_yaml_quotes

Unify yaml quotes style
This commit is contained in:
Ayaz Salikhov
2022-05-19 14:04:07 +03:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -1,14 +1,14 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: "📖 - Jupyter Docker Stacks documentation" - name: 📖 - Jupyter Docker Stacks documentation
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html url: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
about: Go to the project's documentation about: Go to the project's documentation
- name: "🔍 - Troubleshooting common problems" - name: 🔍 - Troubleshooting common problems
url: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html url: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/troubleshooting.html
about: Documentation section on troubleshooting commonly encountered errors about: Documentation section on troubleshooting commonly encountered errors
- name: "💬 - Jupyter community Discourse" - name: 💬 - Jupyter community Discourse
url: https://discourse.jupyter.org/ url: https://discourse.jupyter.org/
about: Interact with the rest of the Jupyter community about: Interact with the rest of the Jupyter community
- name: "(maintainers only) Blank issue" - name: (maintainers only) Blank issue
url: https://github.com/jupyter/docker-stacks/issues/new url: https://github.com/jupyter/docker-stacks/issues/new
about: For maintainers only about: For maintainers only

View File

@@ -5,7 +5,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: github-actions
directory: "/" directory: /
schedule: schedule:
interval: "weekly" interval: weekly

View File

@@ -40,4 +40,4 @@ jobs:
destination_container_repo: jupyter/base-notebook destination_container_repo: jupyter/base-notebook
provider: dockerhub provider: dockerhub
short_description: "Small base image for Jupyter Notebook stacks from https://github.com/jupyter/docker-stacks" short_description: "Small base image for Jupyter Notebook stacks from https://github.com/jupyter/docker-stacks"
readme_file: "base-notebook/README.md" readme_file: base-notebook/README.md