From 423e1c5ec89b7ea920f3506b92a87a24410b36a0 Mon Sep 17 00:00:00 2001 From: Gerry Manoim Date: Fri, 26 Jun 2020 14:34:06 -0400 Subject: [PATCH] BLD: Fix spelling and update labeler. Update release drafter --- .github/release-drafter.yml | 4 ++-- .github/workflows/labeler.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3ddd5c2f..f1854baa 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,7 +16,7 @@ categories: - 'bug' - title: 'Deprecation' labels: - - 'deprication' + - 'deprecation' - title: 'Development Enhancements' labels: - 'development' @@ -42,5 +42,5 @@ categories: labels: - 'release' template: | - ## What’s Changed + # What’s Changed $CHANGES diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 115f4659..aed2b3e4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Label the PR - uses: gerrymanoim/pr-prefix-labeler@v2 + uses: gerrymanoim/pr-prefix-labeler@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}