multipath-tcp / mptcp-upstream-topgit-action

Manage MPTCP TopGit tree: sync with upstream, export πŸ”„

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPTCP Upstream TopGit Action

This action is specific to MPTCP Upstream repo to manage the TopGit tree in mptcp_net-next repo.

The idea here is to periodically sync the tree with upstream (net-next repo) and publish the new tree to the repo if there were no merge conflicts.

Inputs

force_upd_net

Set it to 1 to force updating the -net base with upstream instead of the merge-base with net-next. Default: 0.

force_sync

Set it to 1 to force a sync even if net-next is already up to date. Default: 0.

not_base

Set it to 1 to force a sync without updating the base from upstream. Default: 0.

Example usage

uses: multipath-tcp/mptcp-upstream-topgit-action@main
with:
  force_upd_net: '1'
  force_sync: '1'

About

Manage MPTCP TopGit tree: sync with upstream, export πŸ”„

License:GNU General Public License v2.0


Languages

Language:Shell 94.1%Language:Dockerfile 5.9%