From 92734676593559c6c6c9cc49604e36c67c014cc5 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Mon, 25 Apr 2022 14:46:21 +0200 Subject: [PATCH] Update labeling-workflow.yml --- .github/workflows/labeling-workflow.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/labeling-workflow.yml b/.github/workflows/labeling-workflow.yml index 41afa1b91..8703a01b7 100644 --- a/.github/workflows/labeling-workflow.yml +++ b/.github/workflows/labeling-workflow.yml @@ -1,17 +1,14 @@ -name: 'Label Actions' - -# Based on https://github.com/marketplace/actions/label-actions#examples +name: Add Label on: issues: - types: [labeled, unlabeled] - -permissions: - contents: read - issues: write + types: opened jobs: - action: + add_label: runs-on: ubuntu-latest steps: - - uses: dessant/label-actions@v2 + - uses: actions/checkout@v2 + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: needs-triage