From b826dd8bdabe4a8860c621f4672ba7ad6ce1df36 Mon Sep 17 00:00:00 2001 From: abikouo Date: Fri, 7 Apr 2023 10:49:43 +0200 Subject: [PATCH] add other triggers --- .github/workflows/ansible-bot.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ansible-bot.yml b/.github/workflows/ansible-bot.yml index 23da46607f..035677bc27 100644 --- a/.github/workflows/ansible-bot.yml +++ b/.github/workflows/ansible-bot.yml @@ -4,14 +4,18 @@ on: types: - opened - reopened + pull_request_review: + types: + - submitted + - edited + - dismissed + pull_request: + types: + - opened + - edited + - reopened + - synchronize jobs: - 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 + labeler: + uses: abikouo/gha_testing/.github/workflows/ansible_bot.yml@main \ No newline at end of file