Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…a-JP into main
  • Loading branch information
adobe-bot committed Aug 28, 2024
2 parents e45e86e + 94af883 commit 792cb16
Show file tree
Hide file tree
Showing 2 changed files with 30 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/[email protected]
with:
repo-token: ${{ secrets.SCCM_LOC_AUTO_ASSIGN_ISSUE_TOKEN }}
teams: sccm-loc-vendors-ja-jp
15 changes: 15 additions & 0 deletions .github/workflows/assign-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PR assignment

on:
pull_request:
types: [opened, reopened]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign PR'
uses: pozil/[email protected]
with:
repo-token: ${{ secrets.SCCM_LOC_AUTO_ASSIGN_ISSUE_TOKEN }}
teams: sccm-loc-vendors-ja-jp

0 comments on commit 792cb16

Please sign in to comment.