Skip to content

Commit

Permalink
Revert "DNM - trigger for bot labeler" (ansible-collections#1456)
Browse files Browse the repository at this point in the history
DNM - trigger for bot labeler

Reverts ansible-collections#1455
  • Loading branch information
abikouo committed Apr 7, 2023
1 parent 0f55c90 commit 422b381
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/ansible-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
add_label:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: needs_triage

0 comments on commit 422b381

Please sign in to comment.