mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
19 lines
410 B
YAML
19 lines
410 B
YAML
name: Assign issues to triage
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
auto-assign:
|
|
runs-on: ubuntu-latest
|
|
permissions:
|
|
issues: write
|
|
steps:
|
|
- name: 'Auto-assign issue'
|
|
uses: pozil/auto-assign-issue@39c06395cbac76e79afc4ad4e5c5c6db6ecfdd2e # v2.2.0
|
|
with:
|
|
assignees: brandyscarney, thetaPC, ShaneK
|
|
numOfAssignee: 1
|
|
allowSelfAssign: false
|