Add pull request trigger to the build workflow#37
Open
SunSerega wants to merge 1 commit intoFalki-git:devfrom
Open
Add pull request trigger to the build workflow#37SunSerega wants to merge 1 commit intoFalki-git:devfrom
SunSerega wants to merge 1 commit intoFalki-git:devfrom
Conversation
Author
|
Ah, you can also need to go to: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I recently figured out with
munixthat thepushtrigger created GitHub Action in the repo that had the push.So if the commit is pushed to my fork, no Action is created in this repo and so my PR doesn't have the "Checks successful" badge:
https://discord.com/channels/1078696971088433153/1078841771771056280/1215255763518230528
Btw, this is already fixed in the latest version of the template.
And I see you somehow already updated the template before, right?
Mind sharing your process for this kind of update? I've set up this for myself, but now I'm thinking if there was an easier route...