Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

# Development reviewers
# Adjust this once we establish a Sphinx development team.
* @akcano @dwilding @medubelko @minaelee @rkratky @SecondSkoll @tang-mm
* @a-velasco @dwilding @jahn-junior @medubelko @rkratky @SecondSkoll

# Changes to CODEOWNERS must be reviewed by admins
/.github/CODEOWNERS @SecondSkoll
/.github/CODEOWNERS @jahn-junior @medubelko

# Doc reviewers
# /docs/
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow tests the starter pack.
# Don't run this workflow on any repos that use the starter pack.
# This workflow tests the Sphinx Stack.
# Don't run this workflow on any repos that use the Sphinx Stack.

name: Test starter pack
name: Test Sphinx Stack

on:
push:
Expand All @@ -10,7 +10,7 @@ on:

jobs:
test-docs:
name: Test on docs folder
name: Test on docs directory
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down
233 changes: 0 additions & 233 deletions CHANGELOG.md

This file was deleted.

Loading
Loading