This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-20
Channels
- # adventofcode (17)
- # announcements (1)
- # aws (1)
- # beginners (102)
- # calva (27)
- # cider (16)
- # clj-commons (34)
- # clj-kondo (33)
- # cljs-dev (5)
- # cljsrn (4)
- # clojure (124)
- # clojure-europe (17)
- # clojure-nl (8)
- # clojure-spec (13)
- # clojure-uk (6)
- # clojurescript (68)
- # datahike (21)
- # datomic (23)
- # emacs (3)
- # fulcro (30)
- # introduce-yourself (6)
- # jobs-discuss (6)
- # lsp (31)
- # nextjournal (3)
- # off-topic (1)
- # other-languages (45)
- # portal (4)
- # re-frame (8)
- # releases (4)
- # shadow-cljs (39)
- # specter (6)
- # tools-build (18)
- # tools-deps (11)
TIL something that helped me a lot and I thought that maybe others would like to know as well: It's possible to change a github action workflow to wait on specific jobs for a manual approval, I added that to clojure-lsp as the graalvm release usually is a liitle flaky and the CI fail sometimes before the release. WIth that I can replay the CI before the day that I'd like to release indeed :) It notifies the users which can approve the job, and can keep on this "waiting" state for a max of 30days This feature is called https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment on Github Actions
👍 7