-
Notifications
You must be signed in to change notification settings - Fork 295
Setup CI to pull the class DB from the engine #1198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+22
−0
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
ef6e712
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 68b3df3
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
guychuasaard 7aabf43
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
guychuasaard 7e42a31
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
guychuasaard b8a6341
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 8b6c3b5
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard ae9f1d0
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 599f4c8
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
guychuasaard b0770cb
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 9dcd20d
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard fcdbfea
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
guychuasaard 57a6615
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 68fc89e
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 8329c54
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 61956de
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 635a508
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard affdcfa
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 0e232ac
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 57d8eea
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard fb3e6cf
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard eb6e93c
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 98a49e7
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 3e15d61
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard e5997ec
Sample changes
guychuasaard 872ba0d
Merge pull request #1 from 17chuchu/sample
guychuasaard 0e8affb
Sample changes
guychuasaard 67b8ffe
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
guychuasaard 6bb750d
Merge branch 'master' of github.com:17chuchu/redot-engine
guychuasaard cb4d0f9
Merge pull request #2 from 17chuchu/sample
guychuasaard 866949c
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
guychuasaard 9a11e10
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
guychuasaard 3424636
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
guychuasaard 5a87dee
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 238aded
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
guychuasaard 031dcc9
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard c90110f
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
guychuasaard 2e53824
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard d1e8119
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard db36c91
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard 2b4cd51
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard 2341950
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
guychuasaard 8b1f72c
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard b03ce5e
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard befc64b
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard 83f94a5
Implement: Chore: Setup CI to pull the class DB from the engine #4: U…
guychuasaard 2fab173
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard 19daeea
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
guychuasaard cc1f3f8
Implement: Chore: Setup CI to pull the class DB from the engine #4: U…
guychuasaard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,22 @@ | ||
| name: Trigger Sync Class Reference | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths: | ||
| - 'doc/classes/**' | ||
| types: [closed] | ||
| branches: [master] | ||
|
|
||
| jobs: | ||
| trigger: | ||
| name: Trigger update class reference files based on the engine revision | ||
| if: github.event.pull_request.merged == true | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: passeidireto/trigger-external-workflow-action@v1.0.0 | ||
| env: | ||
| PAYLOAD_AUTHOR: ${{ github.actor }} | ||
| with: | ||
| repository: Redot-Engine/redot-docs-site | ||
| event: sync_class_ref | ||
| github_pat: ${{ secrets.REDOT_DOCS_SITE_PAT }} | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.