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

New GHCP question #298

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ hugo new questions/actions/question-XXX.md
hugo new questions/admin/question-XXX.md
hugo new questions/advanced_security/question-XXX.md
hugo new questions/foundations/question-XXX.md
hugo new questions/copilot/question-XXX.md
```

For example `hugo new questions/actions/question-084.md`
Expand Down
15 changes: 15 additions & 0 deletions content/questions/copilot/question-002.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
archetype: "questions"
title: "Question 002"
question: "Which option below is NOT a possible way to grant access to Copilot for members of an organization?"
draft: false
---

> Article Grant access to Copilot for members of an organization -https://docs.github.com/en/copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-access-to-github-copilot-in-your-organization/granting-access-to-copilot-for-members-of-your-organization


1. [x] As a member of an Organization, you can enable Copilot directly from your account settings.
> (optional) As a member you can request access but not directly enable your own access (when under an Organization)
renan-alm marked this conversation as resolved.
Show resolved Hide resolved
1. [ ] Via your Enterprise settings, enable GitHub Copilot for selected organizations or all organizations.
1. [ ] Via your Organizations settings, enable GitHub Copilot for either selected teams or users or the entire organization.
1. [ ] You can use GitHub's REST API to grant access to GitHub Copilot for teams, or specific users, in your organization.
Loading