mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5149] gitlab-ci: Automatically run CI checks for all applicable GitHub PRs #2895
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2895
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kmk3 on GitHub (May 17, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5149
Pipelines were executed for pull requests that have no relevance to GitLab CI,
such as the following ones about updating the versions of GitHub Actions:
->
But they were not executed for the following pull requests that actually change
the code and/or .gitlab-ci.yml:
@Fred-Barclay @reinerh
@kmk3 commented on GitHub (May 17, 2022):
Also, can someone add me (same username) to the GitLab project so that I can
debug the CI there?
@reinerh commented on GitHub (May 17, 2022):
invite sent.
@kmk3 commented on GitHub (May 17, 2022):
@reinerh commented on May 17:
Thanks!
@kmk3 commented on GitHub (May 17, 2022):
Regarding the PRs, it looks like the default rule on GitLab CI is something
like "always build on (first-party) branch creation/modification", which by
default would include master and any other branches that exist in this
repository (and any branch that is pushed only to the mirror).
Since dependabot creates the branches directly in this repository (rather than
in a fork), all of its branches also get tested. But branches from forks are
not copied over to the GitLab mirror when a PR is opened, so they are not
tested.
So it should be simple to ignore dependabot PRs based on paths changed or on
branch name, but automatically building PRs opened from forks seems trickier.
I see now that this feature is actually being tracked by GitLab:
Main issue:
(2018-04-13)
Related issues:
refs/pull/*/headrefs for mirror repository (2019-09-05)(2020-11-12)
To anyone reading this, please consider voting on the main issue if you think
it would be useful (it's at +77/-0 votes as of writing).