-
Beta Was this translation helpful? Give feedback.
Answered by
inrsta
Oct 30, 2024
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-latestNevertheless, 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
Answer selected by
YuriiMotov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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".
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.