Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .github directory to be v1.11 branch specific #17986

Merged
merged 1 commit into from
Nov 26, 2021

Commits on Nov 26, 2021

  1. update .github directory to be v1.11 branch specific

    Some workflows need to be changed to be v1.11 specific. Also other
    workflows and configurations can be removed since they are only used on
    the master branch.
    
    To perform this task the `.github` directory from the previous stable
    branch was copy pasted and there was a manual check of the diff between
    the modified files and the files from `master` branch. Heuristically,
    this meant removing all GH workflows that were triggered by
    `issue_comment` and the ones that are exclusively cron jobs, as well as
    modifying the remaining workflows to be specific for this v1.11 stable
    branch.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    bbb555d View commit details
    Browse the repository at this point in the history