-
Notifications
You must be signed in to change notification settings - Fork 0
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
The action passes when some exception is thrown #6
Comments
Thanks for reporting this @IagoLast ! I hacked the "init repo" action together once for a QuickStart, there's definitely a lot of room for improvements, sorry for the trouble. After labels the action tries to create Organizers and Co-Organizer Teams, did you set the "Members" permission in the Organization section? |
as far as I can recall, the action does (in order):
The important bit are the labels, so if they're set up, you may just want to copy and change the default templates for events, etc. |
Check out https://github.com/cyprus-developer-community/events for a working example :) |
I'm struggling a bit with the setup. Any suggestion how to trigger the individual processes to set up a repository, making sure all the files and labels are set correctly? /cc @steffen |
The workflow uses Node.js v12 where you need to set explicitly (via
I think this behavior changed in Node.js v16 or so, hence worth trying to change the Node.js version to check if it fails properly.
👋 @PatrickHeneise What do you mean? |
Thanks, wasn't aware of the change in Node. But I'm wondering if the UX/DX of this is OK or if there's a better way |
Describe the bug
We are trying to setup the action in the bcnJs events repo. We followed the install instructions and when the "Enable GitEvents" commit is merged the action is triggered and reports a succesfull build.
However if you see the checks it actually failed:
https://github.com/BarcelonaJS/events/actions/runs/3219888241/jobs/5265864216
Expected behavior
The action should be reported as failed.
It would be nice to provide any hints on what went wrong: "Invalid app ID" "invalid token..."
Additional context
Thx for this project 🙏
The text was updated successfully, but these errors were encountered: