Skip to content

Commit

Permalink
Add add-to-project workflow
Browse files Browse the repository at this point in the history
Introduce the add-to-project workflow, to automatically add Dependency
Upgrade labeled issues to the Axon Framework GitHub Project
  • Loading branch information
smcvb committed Sep 27, 2022
1 parent 9d8f6c6 commit 4834033
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Multi-Tenancy Extension

on:
pull_request:
types:
- labeled

jobs:
add-to-project:
name: Add Dependency Upgrade PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/AxonFramework/projects/2
github-token: ${{ secrets.ADD_PROJECT_TOKEN }}
labeled: 'Type: Dependency Upgrade'

0 comments on commit 4834033

Please sign in to comment.