Skip to content

Commit

Permalink
perf: add automated project assignment script
Browse files Browse the repository at this point in the history
Changes to be committed:
new file:   .github/workflows/addToProject.yml
new file:   template/.github/workflows/addToProject.yml
  • Loading branch information
blackfalcon committed Jan 25, 2024
1 parent 6fbc111 commit 93353de
Show file tree
Hide file tree
Showing 2 changed files with 20 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
10 changes: 10 additions & 0 deletions template/.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 93353de

Please sign in to comment.