Files
moby/.github/workflows
Sebastiaan van Stijn e0b98a3222 gha: check-pr-branch: fix branch check regression
This check was updated in f460110ef5, but
introduced some bugs;

- the regular expressions were meant to define a capturing group, but
  the braces (`(`, `)`) were escaped (they previously were used by
  `sed`, which requires different escaping), so no value was captured.
- the check itself was not updated to use the resulting `$target_branch`
  env-var, so was comparing against the `$GITHUB_BASE_REF` (which is
  the branch name before stripping minor versions).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-19 12:26:17 +02:00
..
2024-07-03 10:28:59 +02:00
2024-07-03 14:09:42 +02:00
2024-07-03 10:28:59 +02:00
2024-07-03 10:28:59 +02:00
2024-02-20 08:58:27 +01:00
2024-02-20 08:58:27 +01:00