Skip to content

Commit 2076940

Browse files
authored
Merge pull request #251 from NLeSC/247-no-next-step-issue-labels
Drop labels from next_steps issues
2 parents 7e9b9ac + d73fa58 commit 2076940

7 files changed

Lines changed: 0 additions & 19 deletions

File tree

{{cookiecutter.project_name}}/.github/next_steps/01_sonarcloud_integration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Next step: Sonarcloud integration'
3-
labels:
4-
- 'action required'
53
---
64

75
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.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Next step: Zenodo integration'
3-
labels:
4-
- 'action required'
53
---
64

75
Zenodo integration instructions.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Next step: readthedocs'
3-
labels:
4-
- 'action required'
53
---
64

75
Readthedocs instructions.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Next step: Citation data'
3-
labels:
4-
- 'action required'
53
---
64

75
Citation data instructions
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Next step: Linting'
3-
labels:
4-
- 'action required'
53
---
64

75
Linting instructions

{{cookiecutter.project_name}}/.github/next_steps/labels.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

{{cookiecutter.project_name}}/.github/workflows/next_steps.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- name: Create labels
9-
uses: crazy-max/ghaction-github-labeler@v3
10-
with:
11-
github-token: ${{ secrets.GITHUB_TOKEN }}
12-
yaml-file: .github/next_steps/labels.yml
13-
skip-delete: true
148
- name: Create Sonarcloud integration issue
159
uses: JasonEtco/create-an-issue@v2
1610
env:

0 commit comments

Comments
 (0)