Skip to content

Validation in password reset #1

Validation in password reset

Validation in password reset #1

name: Move Assigned Issues To In Progress

Check failure on line 1 in .github/workflows/move-issue-to-in-progress.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/move-issue-to-in-progress.yml

Invalid workflow file

`issue` is not a valid event name
on:
issue:
types: [assigned]
jobs:
move-to-in-progress:
runs-on: ubuntu-latest
name: Move to In Progress Column
steps:
- name: Move Issues to Column
uses: kin/gh-action-move-issues-to-column@v1.0
with:
access-token: ${{secrets.GITHUB_TOKEN}}
project-name: 'Kindly (enBloc)'
target-column: 'In Progress'