Skip to content

Commit 0dea386

Browse files
committed
Add add-to-project workflow
Introduce the add-to-project workflow, to automatically add Dependency Upgrade labeled issues to the Axon Framework GitHub Project
1 parent 7a0f525 commit 0dea386

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Kotlin Extension
2+
3+
on:
4+
pull_request:
5+
types:
6+
- labeled
7+
8+
jobs:
9+
add-to-project:
10+
name: Add Dependency Upgrade PR to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@main
14+
with:
15+
project-url: https://github.com/orgs/AxonFramework/projects/2
16+
github-token: ${{ secrets.ADD_PROJECT_TOKEN }}
17+
labeled: 'Type: Dependency Upgrade'

0 commit comments

Comments
 (0)