Maxim Martynov
Maxim Martynov
I've made a pull request to Docker official images documentation repo to fix the URL: https://github.com/docker-library/docs/pull/1973
I've changed the event in `release.yml` from `push:tag` to `workflow_dispatch`. It means that this step could only be started via REST API call, so you can test it manually.
@Betree Could you please take a look?
Hi. > github actions have not run for a few months I've disabled this action just to stop it from adding new commits and making this PR full of unrelated...
I've added a `workflow_dispatch` rule to `sync` workflow, so now it can be run manually from Github Actions UI. Example run of the `sync` job: https://github.com/dolfinus/burnex/runs/4059966780?check_suite_focus=true Example run of the...
@Betree Could you please take a look?
I've got the same error without explicit `:id` field in the interface, just `connection node` + `node object` with `import_fields` is enough: ```elixir interface :revision do field :version, non_null(:integer) field...
IMHO, sorting should be handled by a query function, because some of users could want to pass ordering as an argument. There should be no hard coded values.
P.S. Also I don't see any tag corresponding to versions above 0.3.54 in this repo. Can you add them, please?
@darthbear Could you check it please?