Skip to content

Commit

Permalink
build: add auto project script
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jan 26, 2024
1 parent e0cec4c commit 6ab253f
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 6ab253f

Please sign in to comment.