Skip to content

Commit

Permalink
build: add auto-assign to project script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jan 26, 2024
1 parent 98038af commit 2cb6e94
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/addToProject.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Add issue to Auro project

on:
issues:
types: [opened]

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

0 comments on commit 2cb6e94

Please sign in to comment.