Skip to content
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

sync-labels is (but shouldn't be) mandatory for jobs #686

Closed
dfandrich opened this issue Sep 22, 2023 · 4 comments
Closed

sync-labels is (but shouldn't be) mandatory for jobs #686

dfandrich opened this issue Sep 22, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@dfandrich
Copy link
Contributor

dfandrich commented Sep 22, 2023

There seems to be a different bug with sync-labels in the v5.0.0-beta.1 release. When not explicitly setting sync-labels in the GHA job file, the job errors out with

TypeError: Input does not meet YAML 1.2 "Core Schema" specification: sync-labels Support boolean input list: `true | True | TRUE | false | False | FALSE`

There needs to be an explicit sync-labels: false in the workflow file to avoid this; it can't be left out to rely on the default false value.

Originally posted by @dfandrich in #575 (comment)

@MaksimZhukov MaksimZhukov added the bug Something isn't working label Sep 25, 2023
@MaksimZhukov
Copy link
Contributor

Hello @dfandrich!
I could not reproduce your issue, everything works without any error. Here is my workflow file and workflow run.
Could you please provide us with a link to the public repository where the issue occurs?

@MaksimZhukov MaksimZhukov self-assigned this Sep 25, 2023
@dfandrich
Copy link
Contributor Author

Here is an example.

@MaksimZhukov
Copy link
Contributor

I have forked the repository and have not encountered any problems: workflow file and workflow run.

Could you please update your workflow and re-run the build? I think it should work.
By the way, the dot input is not yet available in the beta version, unfortunately.

@dfandrich
Copy link
Contributor Author

Strange—it now works when I remove it. I wonder what happened in those failing runs? I'll close this then.

@dfandrich dfandrich closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants