From 739fb58a16e47d7f38772daa61e2e7189f0d05ab Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 23 May 2021 21:49:15 -0400 Subject: [PATCH] Don't trigger labeler workflow on issues --- .github/workflows/labeler.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 164858df3ca..23983530ec8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -2,8 +2,6 @@ name: 'Auto-label Issues/PRs' on: pull_request: types: [opened] - issues: - types: [opened] jobs: build: runs-on: ubuntu-latest