-
Notifications
You must be signed in to change notification settings - Fork 291
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…
17chuchu 68b3df3
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
17chuchu 7aabf43
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
17chuchu 7e42a31
Implement: Chore: Setup CI to pull the class DB from the engine #4: A…
17chuchu b8a6341
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 8b6c3b5
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu ae9f1d0
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 599f4c8
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
17chuchu b0770cb
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 9dcd20d
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu fcdbfea
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
17chuchu 57a6615
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 68fc89e
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 8329c54
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 61956de
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 635a508
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu affdcfa
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 0e232ac
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 57d8eea
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu fb3e6cf
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu eb6e93c
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 98a49e7
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 3e15d61
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu e5997ec
Sample changes
17chuchu 872ba0d
Merge pull request #1 from 17chuchu/sample
17chuchu 0e8affb
Sample changes
17chuchu 67b8ffe
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
17chuchu 6bb750d
Merge branch 'master' of github.com:17chuchu/redot-engine
17chuchu cb4d0f9
Merge pull request #2 from 17chuchu/sample
17chuchu 866949c
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
17chuchu 9a11e10
Implement: Chore: Setup CI to pull the class DB from the engine #4: C…
17chuchu 3424636
Implement: Chore: Setup CI to pull the class DB from the engine #4: T…
17chuchu 5a87dee
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 238aded
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
17chuchu 031dcc9
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu c90110f
Revert "Implement: Chore: Setup CI to pull the class DB from the engi…
17chuchu 2e53824
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu d1e8119
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu db36c91
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu 2b4cd51
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu 2341950
Implement: Chore: Setup CI to pull the class DB from the engine #4: R…
17chuchu 8b1f72c
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu b03ce5e
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu befc64b
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu 83f94a5
Implement: Chore: Setup CI to pull the class DB from the engine #4: U…
17chuchu 2fab173
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu 19daeea
Implement: Chore: Setup CI to pull the class DB from the engine #4: Test
17chuchu cc1f3f8
Implement: Chore: Setup CI to pull the class DB from the engine #4: U…
17chuchu 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.