diff options
Diffstat (limited to '.github/workflows/labeler.yml')
-rw-r--r-- | .github/workflows/labeler.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 3a19065e1..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Labeler labels incoming pull requests. -name: "Labeler" -"on": -- pull_request - -jobs: - label: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v2 - if: github.base_ref == null - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" |