Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #192 from Zaperex/add-to-project
Browse files Browse the repository at this point in the history
chore(workflow): add add-to-project workflow
  • Loading branch information
kadel authored Oct 18, 2023
2 parents e4e6302 + 1ed9fa6 commit 4cd52e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
issues:
types:
- opened

jobs:
add-to-project:
# https://github.com/janus-idp/.github/blob/main/.github/workflows/add-to-project.yaml
uses: janus-idp/.github/.github/workflows/add-to-project.yaml@main
with:
project_id: 2
secrets: inherit

0 comments on commit 4cd52e0

Please sign in to comment.