Skip to content

Commit

Permalink
Merge pull request ansible-collections#1455 from abikouo/gha_ansible_…
Browse files Browse the repository at this point in the history
…bot_2

trigger for bot labeler
  • Loading branch information
abikouo authored Apr 7, 2023
2 parents f2bc62e + b826dd8 commit 0f55c90
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/ansible-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
labeler:
uses: abikouo/gha_testing/.github/workflows/ansible_bot.yml@main

0 comments on commit 0f55c90

Please sign in to comment.