forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run "third party" github actions from submodules instead (apache#13514)
Rather than having to mirror all the repos we can instead use git submodules to pull in the third party actions we want to use - with recent(ish) changes in review for submodules on GitHub we still get the same "review/audit" visibility for changes, but this way we don't have to either "pollute" our repo with the actions code, nor do we have to maintain a fork of the third party action. (cherry picked from commit f115983) (cherry picked from commit eddd632)
- Loading branch information
Showing
12 changed files
with
97 additions
and
41 deletions.
There are no files selected for viewing
Submodule cancel-workflow-runs
added at
953e05
Submodule checks-action
added at
9f0287
Submodule codecov-action
added at
1fc772
Submodule configure-aws-credentials
added at
e97d7f
Submodule get-workflow-origin
added at
588cc1
Submodule github-push-action
added at
40bf56
Submodule label-when-approved-action
added at
4c5190
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[submodule ".github/actions/get-workflow-origin"] | ||
path = .github/actions/get-workflow-origin | ||
url = https://github.com/potiuk/get-workflow-origin | ||
[submodule ".github/actions/cancel-workflow-runs"] | ||
path = .github/actions/cancel-workflow-runs | ||
url = https://github.com/potiuk/cancel-workflow-runs | ||
[submodule ".github/actions/checks-action"] | ||
path = .github/actions/checks-action | ||
url = https://github.com/LouisBrunner/checks-action | ||
[submodule ".github/actions/configure-aws-credentials"] | ||
path = .github/actions/configure-aws-credentials | ||
url = https://github.com/aws-actions/configure-aws-credentials | ||
[submodule ".github/actions/codecov-action"] | ||
path = .github/actions/codecov-action | ||
url = https://github.com/codecov/codecov-action | ||
[submodule ".github/actions/github-push-action"] | ||
path = .github/actions/github-push-action | ||
url = https://github.com/ad-m/github-push-action | ||
[submodule ".github/actions/label-when-approved-action"] | ||
path = .github/actions/label-when-approved-action | ||
url = https://github.com/TobKed/label-when-approved-action |
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