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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
Hey 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 System
Linux
Operating System Details
not relevant
Python Version
latest
Additional Context
not relevant
Beta Was this translation helpful? Give feedback.
All reactions