Skip to content

Commit 2dd9b39

Browse files
Create project-automation.yml
Signed-off-by: Serkan Kaplan <104901989+dr-Serkan-Kaplan@users.noreply.github.com>
1 parent 9810867 commit 2dd9b39

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Project Board Automation
2+
3+
on:
4+
issues:
5+
types: [opened, assigned, closed]
6+
7+
jobs:
8+
automate-project:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Move issue on project board
12+
uses: alex-page/github-project-automation-plus@v0.7.2
13+
with:
14+
project: Adonis Edge MVP
15+
column-open: To Do
16+
column-assigned: In Progress
17+
column-closed: Done
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)