-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github/policies): remove bot rules that created and added `Compone…
…nt/Package $1`: labels on PRs (#29301) * ci: add whole .github/ to v-build ownership * ci(github/policies): remove bot rules that created and added Component/Package: labels on PRs * ci(github/policies): add readme * ci: add github/policies to lage ignore
- Loading branch information
Showing
4 changed files
with
28 additions
and
34 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,25 @@ | ||
# .github | ||
|
||
This document contains docs for specific files/folders within our `.github` that are not standard github things. For common content please consult official github docs. | ||
|
||
## `actions/` | ||
|
||
custom github actions. https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions?learn=create_actions&learnProduct=actions | ||
|
||
## `workflows/` | ||
|
||
https://docs.github.com/en/actions/using-workflows/about-workflows | ||
|
||
## `policies/` | ||
|
||
### botRules.yml | ||
|
||
> 💡 NOTE: | ||
> | ||
> Originally this was a json configuration which we converted to yml via this tool https://github.com/1ES-microsoft/GitOps.PullRequestIssueManagement/tree/main/src/Tools/GitOps.PullRequestIssueManagement.JsonToYmlConverter | ||
GitOps bot - docs https://github.com/microsoft/GitOps/blob/main/docs/policies/resource-management.md | ||
|
||
## `triage-bot.config.json` | ||
|
||
Configuration for our custom triage-bot. See [docs](../scripts//triage-bot//README.md) to learn more. |
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