Skip to content

Commit

Permalink
chore(ci): add workflow to add issues to infra project
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Jul 24, 2023
1 parent d852766 commit 7924374
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Add issues to Infrastructure Project.

on:
issues:
types:
- opened
jobs:
add-to-project:
uses: famedly/github-workflows/.github/workflows/add-to-project.yml@github-v1
with:
project-url: https://github.com/orgs/famedly/projects/6
secrets: inherit

0 comments on commit 7924374

Please sign in to comment.