Skip to content

Commit

Permalink
Merge branch 'docs-add-inbound-email-connector-documentation' of http…
Browse files Browse the repository at this point in the history
…s://github.com/camunda/camunda-docs into docs-add-inbound-email-connector-documentation
  • Loading branch information
mesellings committed Nov 8, 2024
2 parents 143a06b + 8de3047 commit 8a11163
Show file tree
Hide file tree
Showing 1,715 changed files with 10,043 additions and 44,173 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 8a11163

Please sign in to comment.