I edited run.py
and pushed using
git push aicrowd master
git push aicrowd TAGNAME
But I do not see any issue being created in my repo, and it is also not shown in the list of recent submissions. What might be the issue?
I edited run.py
and pushed using
git push aicrowd master
git push aicrowd TAGNAME
But I do not see any issue being created in my repo, and it is also not shown in the list of recent submissions. What might be the issue?
Hi @seungjaeryanlee,
Only tags with name submission-*
are considerd for submission/issue creation.
Oh I missed that part. This solved my issue. Thanks!