Add standard GitHub Action Workflows that are missing - #21
Merged
Conversation
|
@dkotter thanks for the PR! Could you please fill out the PR template with description, changelog, and credits information so that we can properly review and merge this? |
jeffpaul
reviewed
May 31, 2024
Comment on lines
+22
to
+23
| SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | ||
| SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} |
Collaborator
There was a problem hiding this comment.
Noting that this won't run fully to deploy to WP.org until these credentials are added as repo secrets
jeffpaul
approved these changes
May 31, 2024
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.
Description of the Change
This PR adds in the following GitHub Action Workflows:
Some of these may not work since this repo is private and some of these we may not want quite yet or require additional secret configuration, so we may want to disable some of these Workflows once this is merged in.
Closes #11
How to test the Change
Not a great way to test all these Workflows until they are merged in and active. You can see a few of these that did run on this PR.
Changelog Entry