Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit d9f9bb6

Browse files
authored
Merge pull request #206 from commercetools/jenschude-patch-3
2 parents b95ce0c + a5825b4 commit d9f9bb6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add Issues to project
2+
on:
3+
issues:
4+
types:
5+
- opened
6+
jobs:
7+
add_issue:
8+
uses: commercetools/clients-automation/.github/workflows/workflow_issues_pr_to_project.yml@305d1520c0bd905939f21f22e20431013c199020
9+
with:
10+
node_id: ${{ github.event.issue.node_id }}
11+
org: commercetools
12+
project: 32
13+
repository: ${{ github.event.repository.name }}
14+
login: ${{ github.event.issue.user.login }}
15+
secrets:
16+
token: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)