Skip to content
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

Add standard GitHub Action Workflows that are missing #21

Merged
merged 6 commits into from
May 31, 2024
Merged

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented May 31, 2024

Description of the Change

This PR adds in the following GitHub Action Workflows:

  • Close Stale Issues
  • CodeQL Analysis
  • Dependency Review
  • Repo Automator
  • WordPress Plugin Assets Updater
  • WordPress Plugin Deploy

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

Added - Standard GitHub Action Workflows

@dkotter dkotter added this to the 1.6.0 milestone May 31, 2024
@dkotter dkotter self-assigned this May 31, 2024
Copy link

@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?

@github-actions github-actions bot added the needs:feedback This requires reporter feedback to better understand the request. label May 31, 2024
@dkotter dkotter requested a review from jeffpaul May 31, 2024 03:44
Comment on lines +22 to +23
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting that this won't run fully to deploy to WP.org until these credentials are added as repo secrets

@jeffpaul jeffpaul merged commit cc5527b into develop May 31, 2024
0 of 5 checks passed
@dkotter dkotter deleted the feature/11 branch June 3, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:feedback This requires reporter feedback to better understand the request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub Actions
2 participants