Skip to content

Commit

Permalink
build: add issue auto assign config yml file
Browse files Browse the repository at this point in the history
Changes to be committed:
new file:   .github/workflows/autoAssign.yml
  • Loading branch information
blackfalcon committed Jun 28, 2023
1 parent 8d9f371 commit b393085
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/autoAssign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Issue assignment

on:
issues:
types: [opened]

jobs:
call-auro-assign-workflow:
uses: AlaskaAirlines/auro-library/.github/workflows/autoAssign.yml@main

0 comments on commit b393085

Please sign in to comment.