From 422b381fdefc1753894a602f44d1ce4ac1afcc11 Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:29:43 +0200 Subject: [PATCH] Revert "DNM - trigger for bot labeler" (#1456) DNM - trigger for bot labeler Reverts #1455 --- .github/workflows/ansible-bot.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ansible-bot.yml b/.github/workflows/ansible-bot.yml index 035677bc27..23da46607f 100644 --- a/.github/workflows/ansible-bot.yml +++ b/.github/workflows/ansible-bot.yml @@ -4,18 +4,14 @@ on: types: - opened - reopened - pull_request_review: - types: - - submitted - - edited - - dismissed - pull_request: - types: - - opened - - edited - - reopened - - synchronize jobs: - labeler: - uses: abikouo/gha_testing/.github/workflows/ansible_bot.yml@main \ No newline at end of file + add_label: + runs-on: ubuntu-latest + permissions: + contents: write + issues: write + steps: + - uses: actions-ecosystem/action-add-labels@v1 + with: + labels: needs_triage \ No newline at end of file