Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
adobe-bot committed Jan 12, 2024
2 parents 4458eeb + b03285c commit 68f9835
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Issue assignment

on:
issues:
types: [opened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1.3.0
with:
repo-token: ${{ secrets.SCCM_LOC_AUTO_ASSIGN_ISSUE_TOKEN }}
teams: sccm-loc-vendors-pt-br

0 comments on commit 68f9835

Please sign in to comment.