Skip to content
Snippets Groups Projects
Select Git revision
  • e36b0fcc41ca97541c38c84fb246afd3ef6c1dc7
  • main default
  • dependabot/github_actions/bbeesley/gha-auto-dependabot-rebase-1.5.180
  • dependabot/docker/node-24.6.0-slim
  • dependabot/github_actions/actions/checkout-5
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.7-rc1
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
23 results

push-rebase.yaml

user avatar
Thomas Woerner authored
Two new functions have been added for member management in plugins:

gen_add_list(user_list, res_list)
    Generate the add list for addition of new members.

gen_intersection_list(user_list, res_list)
    Generate the intersection list for removal of existing members.

gen_add_list should be used to add new members with action: members and
state: present. It is returning the difference of the user and res list
if the user list is not None.

gen_intersection_list should be used to remove existing members with
action: members and state: absent. It is returning the intersection of
the user and res list if the user list is not None.
a4369ece
History