Skip to content

Commit a90aa38

Browse files
authored
add labeler
1 parent d83a5db commit a90aa38

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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
814
- name: Create Sonarcloud integration issue
915
uses: JasonEtco/create-an-issue@v2
1016
env:

0 commit comments

Comments
 (0)