Skip to content

Commit df8fd14

Browse files
committed
Include add-to-project.yml, identical to AF version
Include add-to-project.yml, identical to AF version
1 parent b7f7037 commit df8fd14

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: Automatically add Dependency Upgrades to project
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+
if: ${{ github.actor == 'dependabot[bot]' }}
13+
steps:
14+
- uses: actions/add-to-project@main
15+
with:
16+
project-url: https://github.com/orgs/AxonFramework/projects/2
17+
github-token: ${{ secrets.ADD_PROJECT_TOKEN }}
18+
labeled: 'Type: Dependency Upgrade'

0 commit comments

Comments
 (0)