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
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: 'Next step: Sonarcloud integration'
labels:
- 'action required'
---

Continuous code quality can be handled by [Sonarcloud](https://sonarcloud.io/). This repository is configured to use Sonarcloud to perform quality analysis and code coverage report on each push.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: 'Next step: Zenodo integration'
labels:
- 'action required'
---

Zenodo integration instructions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: 'Next step: readthedocs'
labels:
- 'action required'
---

Readthedocs instructions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: 'Next step: Citation data'
labels:
- 'action required'
---

Citation data instructions
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: 'Next step: Linting'
labels:
- 'action required'
---

Linting instructions
3 changes: 0 additions & 3 deletions {{cookiecutter.project_name}}/.github/next_steps/labels.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create labels
uses: crazy-max/ghaction-github-labeler@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/next_steps/labels.yml
skip-delete: true
- name: Create Sonarcloud integration issue
uses: JasonEtco/create-an-issue@v2
env:
Expand Down