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

lib/ruby_version_check.rb Update ruby_version_check.rb #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

junjones2
Copy link

lib/ruby_version_check.rbhttps://github.com/github/entitlements-app.git# frozen_string_literal: true

module Entitlements
class Rule
class PizzaTeams
class SecurityOps < Entitlements::Rule::Base
description "Some Text"

    def members
      # Set(String)
    end
  end
end

end
end---
description: Expiration example
rules:
or:
- username: bob
- username: jane
expiration: "2019-01-01"---
description: Nested boolean example
rules:
or:
- and:
- management: awesomeboss
- not:
username: awesomeboss
- and:
- group: pizza_teams/sre-lifecycle
- not:
username: bob
- not:
username: jane

Copy link
Author

@junjones2 junjones2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def members
  # Set(String)
end

end
end

Copy link
Author

@junjones2 junjones2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def members
  # Set(String)
end

end
end

Copy link
Author

@junjones2 junjones2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def members
  # Set(String)
end

end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant