Skip to content

Commit

Permalink
Merge branch 'main' into Connector-template-genrator
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings authored Oct 30, 2024
2 parents bf96ee1 + 0474ba6 commit 7f4bf1b
Show file tree
Hide file tree
Showing 1,266 changed files with 1,342 additions and 39,829 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Auto Assign

on:
pull_request:
types:
- opened

jobs:
add_assignees:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}
Loading

0 comments on commit 7f4bf1b

Please sign in to comment.