Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants