-
Notifications
You must be signed in to change notification settings - Fork 60.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
189 changed files
with
9,489 additions
and
5,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Stale check for issues or PRs with "needs SME" label | ||
|
||
# **What it does**: Provides stale checks on issues/PRs that need SME(subject matter expert) review on open source docs repo. | ||
# **Why we have it**: In the open repo, we want we want frequent checks on issues/PRs that are waiting on SME review. | ||
# **Who does it impact**: Anyone working in the open repo. | ||
|
||
on: | ||
schedule: | ||
- cron: '40 20 * * *' # Run each day at 20:40 UTC / 12:40 PST | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
stale_needs-sme: | ||
if: ${{ github.repository == 'github/docs'' }} | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/stale@7fb802b3079a276cf3c7e6ba9aa003c665b3f838 | ||
with: | ||
only-labels: needs SME | ||
remove-stale-when-updated: true | ||
days-before-stale: 7 # adds stale label if no activity for 7 days | ||
stale-issue-message: 'This is a gentle bump for the docs team that this issue is waiting for technical review.' | ||
stale-issue-label: SME stale | ||
days-before-issue-close: -1 # never close | ||
stale-pr-message: 'This is a gentle bump for the docs team that this PR is waiting for technical review.' | ||
stale-pr-label: SME stale | ||
days-before-pr-close: -1 # never close |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Comment on adding "needs SME" label | ||
|
||
# **What it does**: Comment on issues and pull requests when a "needs SME" label is added. SME = subject matter expert. | ||
# **Why we have it**: We want to manage our queue of issues and pull requests that need sme review. | ||
# **Who does it impact**: Everyone that works on docs or docs-internal. | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
pull_request_target: | ||
types: [labeled] | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
add-comment: | ||
if: ${{ github.repository == 'github/docs' && (github.event.label.name == 'needs SME' && github.event_name == 'issues' || github.event_name == 'pull_request_target') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae | ||
with: | ||
issue-number: ${{ github.event.issue.number }} | ||
body: | | ||
Thanks for opening an issue! We've triaged this issue for technical review by a subject matter expert :eyes: | ||
- uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
Thanks for opening a pull request! We've triaged this issue for technical review by a subject matter expert :eyes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-9.25 KB
...s/enterprise/3.0/organizations/security-and-analysis-enable-secret-scanning.png
Binary file not shown.
Binary file removed
BIN
-9.47 KB
...e/3.0/organizations/security-and-analysis-secret-scanning-enable-by-default.png
Binary file not shown.
Binary file removed
BIN
-29.5 KB
...erprise/3.1/help/organizations/security-and-analysis-enable-secret-scanning.png
Binary file not shown.
Binary file removed
BIN
-8.58 KB
assets/images/enterprise/business-accounts/settings-github-connect-tab.png
Binary file not shown.
Binary file removed
BIN
-14.4 KB
.../images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down.png
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-23.1 KB
(43%)
assets/images/help/billing/actions-packages-report-download-enterprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+159 KB
assets/images/help/organizations/actions-policy-allow-list-with-workflows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+169 KB
...ages/help/organizations/enterprise-actions-policy-allow-list-with-workflows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+94.3 KB
assets/images/help/organizations/enterprise-actions-policy-with-workflows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+157 KB
assets/images/help/repository/actions-policy-allow-list-with-workflows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-135 KB
assets/images/help/repository/super-linter-workflow-results-updated.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-39.4 KB
assets/images/help/repository/workflow-run-kebab-horizontal-icon-updated.png
Binary file not shown.
Diff not rendered.
Binary file removed
BIN
-21.7 KB
assets/images/help/settings/actions-enterprise-account-add-runner-group.png
Diff not rendered.
Binary file added
BIN
+86.5 KB
.../actions-policy-allow-select-actions-and-actions-from-github-with-workflows.png
Oops, something went wrong.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.