Skip to content

Commit

Permalink
build: add workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Feb 22, 2024
1 parent 720c93f commit 03a5114
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 03a5114

Please sign in to comment.