Skip to content

Commit

Permalink
Create auto-assignee.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selkins13 authored Nov 22, 2023
1 parent 25b06ff commit 179883b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/auto-assignee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Auto Assign with Label'

on:
issues:
types: [ labeled ]

jobs:
build:
if: ${{ github.event.label.name = '🌎 amer-central' }}
runs-on: unbuntu-latest

steps:
- uses: actions/checkout@v2
with:
assignees: selkins13
- name: Assign based on label applied

0 comments on commit 179883b

Please sign in to comment.