Skip to content

testing assignee by label #3

testing assignee by label

testing assignee by label #3

Workflow file for this run

name: 'Auto Assign with Label'
on:
issues:
types: [ labeled ]
jobs:
build:
if: ${{ github.event.label.name = '🌎 amer-central' }}

Check failure on line 9 in .github/workflows/auto-assignee.yml

View workflow run for this annotation

GitHub Actions / Auto Assign with Label

Invalid workflow file

The workflow is not valid. .github/workflows/auto-assignee.yml (Line: 9, Col: 9): Unexpected symbol: '='. Located at position 25 within expression: github.event.label.name = '🌎 amer-central'
runs-on: unbuntu-latest
steps:
- uses: actions/checkout@v2
- name: Assign based on label applied
uses: actions/[email protected]
with:
args: assign @selkins13