mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 05:07:59 +08:00
- Add UI Component team members to the Ionic Framework team:
- joselrio,
- rugoncalves,
- BenOsodrac,
- JoaoFerreira-FrontEnd,
- OS-giulianasilva
19 lines
478 B
YAML
19 lines
478 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@c5bca5027e680b9e8411b826d16947afd8c76b32 # v2.0.0
|
|
with:
|
|
assignees: brandyscarney, thetaPC, joselrio, rugoncalves, BenOsodrac, JoaoFerreira-FrontEnd, OS-giulianasilva
|
|
numOfAssignee: 1
|
|
allowSelfAssign: false
|