Skip to content

Bug: starswith is not being respecting in the workflow. #19

@bdougie

Description

@bdougie

https://github.com/bdougie/awesome-black-developers/tree/main/.github/workflows

if: startsWith(${{ github.event.issue.title }}, "Add handle")

should be

if: startsWith( "Add handle", ${{ github.event.issue.title }})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions