fix(editor-requests): 404 instead of 500 when user is migrated to a d… #585
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "TODOs to Issue Export" | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@master" | |
- name: "TODOs to issue" | |
uses: "thejoeejoee/todo-to-issue-action@v4.6.1" | |
id: "todo" | |
with: | |
PROCESS_TO_SINGLE_ISSUE: true |