Skip to content
Snippets Groups Projects
Unverified Commit 72f7eea1 authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Run the backport CI job when pushing new commits (#34079)


* Fix typo in comment

* Kick CI

* Run backport reminder on every push to an open PR

* Kick CI again with Nemanja's magic

---------

Co-authored-by: default avatarNemanja <31325167+nemanjaglumac@users.noreply.github.com>
parent 9a613a82
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ name: Backport Reminder
on:
pull_request:
types: [auto_merge_enabled, review_requested, labeled, unlabeled]
types: [auto_merge_enabled, review_requested, labeled, unlabeled, synchronize]
branches:
- "master"
......
......@@ -107,7 +107,7 @@
(u/prog1 user
(let [current-version (:tag config/mb-version-info)]
(log/info (trs "Setting User {0}''s last_acknowledged_version to {1}, the current version" user-id current-version))
;; Can't use mw.session/with-current-user-id due to circular require
;; Can't use mw.session/with-current-user due to circular require
(binding [api/*current-user-id* user-id
setting/*user-local-values* (delay (atom (user-local-settings user)))]
(setting/set! :last-acknowledged-version current-version)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment