Skip to content

Commit 5c84623

Browse files
authored
ROX-27350: Setup ACS trusted tasks builds and publishing (#3)
1 parent b94146e commit 5c84623

14 files changed

+720
-837
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This is top-most EditorConfig file for this repo.
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file.
5+
[*]
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[{*.yaml,*.yml}]
10+
# ij_ settings meaning can be looked up at https://www.jetbrains.com/help/idea/code-style-yaml.html
11+
ij_yaml_indent_sequence_value = false

.github/CODEOWNERS

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# For further documentation on CODEOWNERS, visit
2+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#about-code-owners
3+
# This will automatically assign a team / people as reviewers for PRs based on the files changed within the PR.
4+
5+
* @stackrox/rhtap-maintainers

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea/
2+
.DS_Store

0 commit comments

Comments
 (0)