Skip to content

feat: create comment-issue-due-date helper #1

feat: create comment-issue-due-date helper

feat: create comment-issue-due-date helper #1

name: Create Issue Duedate Comment
on:
issues:
types:
- labeled
paths:
- 'src/helpers/comment-issue-due-date.ts'
jobs:
test:

Check failure on line 11 in .github/workflows/comment-issue-due-date.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/comment-issue-due-date.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
if: ['Priority: Critical', 'Priority: High', 'Priority: Medium', 'Priority: Low'].contains(${{ github.event.label.name }});
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
helper: comment-issue-due-date
label: github.event.label.name