-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
be9f1b2
commit 3a29023
Showing
4 changed files
with
23 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
# Lines starting with '#' are comments. | ||
|
||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax | ||
|
||
# Lines starting with '#' are comments. | ||
# Each line is a file pattern followed by one or more owners. | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax | ||
# The Auro team will be the default owners for everything in the repo. | ||
* @AlaskaAirlines/generalauroreviewers | ||
|
||
# Order is important. The last matching pattern has the most precedence. | ||
|
||
# If a pull request touches any files in the ./src dir, only these owners | ||
|
||
* @AlaskaAirlines/generalauroreviewers | ||
# Order is important. The last matching pattern has the most precedence. | ||
# If a pull request touches any files in the ./src dir, only these owners | ||
# will be requested to review. | ||
./src/* @AlaskaAirlines/auroteamreviewers |
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
404: Not Found | ||
name: Deploy Demo | ||
|
||
on: | ||
pull_request: | ||
branches: [ main ] | ||
|
||
jobs: | ||
|
||
call-publish-demo-workflow: | ||
uses: AlaskaAirlines/auro-library/.github/workflows/publishDemo.yml@main | ||
secrets: | ||
AURO_SURGE_TOKEN: ${{secrets.AURO_SURGE_TOKEN}} |
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