diff --git a/.github/workflows/ansible-bot.yml b/.github/workflows/ansible-bot.yml index 035677bc27c..23da46607f7 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