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?
![image](https://private-user-images.githubusercontent.com/19327101/315201589-b17401b4-6f7a-4165-b118-5158b4791560.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTg5NjYsIm5iZiI6MTczODk1ODY2NiwicGF0aCI6Ii8xOTMyNzEwMS8zMTUyMDE1ODktYjE3NDAxYjQtNmY3YS00MTY1LWIxMTgtNTE1OGI0NzkxNTYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIwMDQyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFlMTJmYzE3Zjk5Y2FhMWI4M2I3NzE2YTI2MjY2YjFiMjVjNzkzNWQ0YjM0OTMzYTZkZDMzNjEwYTIxYzc2NjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._Yimgwwct6zrudcelBcu5PzSKpYaLKEj9akBSaelzqs)
Operating System
Linux
Operating System Details
not relevant
Python Version
latest
Additional Context
not relevant
Beta Was this translation helpful? Give feedback.
All reactions