Skip to content

Visual Rewind does not work correctly #25

Visual Rewind does not work correctly

Visual Rewind does not work correctly #25

Workflow file for this run

---
name: Triage
# yamllint disable-line rule:truthy
on:
issues:
types: [opened, reopened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: add needs-triage label
uses: andymckay/labeler@master
with:
add-labels: "needs-triage"
ignore-if-labeled: true
- name: auto-assign
uses: pozil/auto-assign-issue@v2
with:
assignees: lukexor
numOfAssignee.github/workflows/ci.yml: 1