Skip to content

Commit 13adb3c

Browse files
committed
Initial commit
0 parents  commit 13adb3c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/issues.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Auto Assign Issues to Organization Project
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
env:
7+
MY_GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
8+
9+
jobs:
10+
assign-issue-to-project:
11+
runs-on: ubuntu-latest
12+
name: Assign Issue to Project
13+
steps:
14+
- name: Assign Issue to Project
15+
uses: srggrs/[email protected]
16+
if: github.event.action == 'opened'
17+
with:
18+
project: "https://github.com/orgs/symptomizer/projects/1"

0 commit comments

Comments
 (0)