Skip to content

Commit

Permalink
Merge pull request #376 from dstl/github_config
Browse files Browse the repository at this point in the history
Add GitHub related files for reviewers and actions
  • Loading branch information
sdhiscocks committed Feb 11, 2021
2 parents 966a469 + c71cd0b commit 71ac496
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default, reviewer team auto assignment
* @dstl/stone-soup-reviewers
13 changes: 13 additions & 0 deletions .github/workflows/docs-link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Documentation link
on: status
jobs:
circleci_artifacts_redirector_job:
runs-on: ubuntu-latest
name: Run CircleCI artifacts redirector
steps:
- name: GitHub Action step
uses: larsoner/circleci-artifacts-redirector-action@0.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifact-path: 0/docs/index.html
circleci-jobs: docs

0 comments on commit 71ac496

Please sign in to comment.