Skip to content

Commit

Permalink
ci: adds pr mantainer group (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed Dec 26, 2022
1 parent 41b0145 commit 2b5e5b1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Issue assignment
name: PR-Issue assignment

on:
issues:
types: [opened]
pull_request:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
- name: 'Auto-assign PR-Issue'
uses: pozil/[email protected]
with:
repo-token: ${{ secrets.MEMBER_ALLOCATOR_TOKEN }}
repo-token: ${{ secrets.DEDALO_PAT }}
teams: developers-tools
numOfAssignee: 2

0 comments on commit 2b5e5b1

Please sign in to comment.