-
First Check
Commit to Help
Example Code
DescriptionHey there, i cloned the project with copier - added some of my application logic in Backend and created a new Github Repository Now i constantly get an error that the issue manager did run correctly. The issuemanager can not access to repository. Do i need the issue manager? Can you add two or more lines about it in the documentation? Operating SystemLinux Operating System Detailsnot relevant Python Versionlatest Additional Contextnot relevant |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi. It's weird that this action is running in your case cause there is an if condition that checks if the user == "fastapi". jobs:
issue-manager:
if: github.repository_owner == 'fastapi'
runs-on: ubuntu-latest Nevertheless, if you are working either alone or in a small team on your project and don't need an automated solution for your issues, I think this action is redundant. |
Beta Was this translation helpful? Give feedback.
Hi. It's weird that this action is running in your case cause there is an if condition that checks if the user == "fastapi".
Nevertheless, if you are working either alone or in a small team on your project and don't need an automated solution for your issues, I think this action is redundant.