From ce736f595bcf54d38d56b3416c98376d93fdf51f Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 7 Oct 2021 07:03:25 +0200 Subject: [PATCH] chore: run dessant/label-actions on discussions (#12037) --- .github/workflows/label-actions.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label-actions.yml b/.github/workflows/label-actions.yml index ed90a008ec..41f1597fd8 100644 --- a/.github/workflows/label-actions.yml +++ b/.github/workflows/label-actions.yml @@ -3,10 +3,13 @@ name: 'Label Actions' on: issues: types: [labeled] + discussion: + types: [labeled] permissions: contents: read issues: write + discussions: write jobs: reaction: @@ -15,4 +18,4 @@ jobs: - uses: dessant/label-actions@93ea5ec1d65e6a21427a1571a18a5b8861206b0b # renovate: tag=v2.2.0 with: github-token: ${{ github.token }} - process-only: 'issues' + process-only: 'issues, discussions' -- GitLab