-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No TagBot trigger issue opened for new package #253
Comments
Error while trying to register: Register Failed |
@singularitti Thanks for replying! This is indeed how I registered the package. In case more context is needed, here is the link: junyuan-chen/ConfidenceBands.jl@24c1541 I made several packages and this was the first time I encountered such a problem. The only difference I made was that I used the updated |
I do not have this problem but the Tag Bot does seem to have other bugs recently. I hope someone could have a look at it. |
It seems to be working fine for a while now. |
I'm facing same issue on multiple repositories: Repositorieshttps://github.com/ProjectTorreyPines/IMASggd.jl https://github.com/ProjectTorreyPines/SOLPS2imas.jl Action setupBoth repositories are using reusable workflow definition stored in https://github.com/ProjectTorreyPines/GitHubActionsWorkflows/blob/master/.github/workflows/tag_bot.yml Note that this reusable workflow uses the same file as described on Description of issueFirst I tried this in IMASggd while registering 2.0.1 . The registration went through fine but the TagBot did not get triggered. No issue was created and thus no comment was made by JulaTagBot. I thought that maybe the issue is that JuliaTagBot is looking for a TagBot.yml file in the workflow directory and since I changed the name of the file, it could not verify if TagBot action is active or not (although it was visible as TagBot actions in list of available actions in GitHub webpage). Then, I first tried to run the workflow manually to make sure everything else is fine. And it is. The workflow ran fine and generated the new tag. So to test the 'file name not matching' hypothesis, in another repo, SOLPS2imas, where I was also releasing a new version, I added TagBot with the filename as TagBot.yml but I face the same issue as before. No new issue was opened by JuliaTagBot and no comment was made because of which the action never triggered. Not sure what is wrong. Should I open a new issue called "TagBot trigger issue" and close it and hope JuliaTagBot will be able to write comments on it in future? |
I suggest at least opening a new issue (since it has been working reliably and might have broken for some other reason this time). |
Does the
TagBot.yml
shown onREADME.md
give sufficient permission? I used this setting but there is no TagBot trigger issue opened when a new package is registered onGeneral
registry. Manually starting the workflow gets things work, but that issue was not created as expected.The text was updated successfully, but these errors were encountered: