Skip to content

Commit

Permalink
Merge pull request ansible-collections#1454 from abikouo/gha_ansible_bot
Browse files Browse the repository at this point in the history
testing bot to label issues
  • Loading branch information
abikouo authored Apr 7, 2023
2 parents 1992702 + bac2491 commit f2bc62e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ansible-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ansible bot
on:
issues:
types:
- opened
- reopened

jobs:
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 f2bc62e

Please sign in to comment.