We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83a5db commit a90aa38Copy full SHA for a90aa38
1 file changed
{{cookiecutter.project_name}}/.github/workflows/next_steps.yml
@@ -5,6 +5,12 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- 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
14
- name: Create Sonarcloud integration issue
15
uses: JasonEtco/create-an-issue@v2
16
env:
0 commit comments