Skip to content

Commit

Permalink
ci: adds mantainer group
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDavidBuitrago committed Dec 23, 2022
1 parent ef6c655 commit 0751ae1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr_issue_assignment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR-Issue assignment

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

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

0 comments on commit 0751ae1

Please sign in to comment.