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

Feat : Added WIP win32lob apps. #143

Merged
merged 14 commits into from
Oct 9, 2024
Merged

Feat : Added WIP win32lob apps. #143

merged 14 commits into from
Oct 9, 2024

Conversation

ShocOne
Copy link
Contributor

@ShocOne ShocOne commented Oct 9, 2024

Change

Feel free to remove this sample text

Thank you for your contribution !
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)
  • Refactor of existing code

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

- Updated the MapRemoteStateToTerraform method in the Win32LobAppResourceMod struct to use the new Win32LobAppRegistryDetectionRulesResourceModel type for the DetectionRules field, instead of the deprecated Win32LobAppRegistryDetectionResourceModel type.
This commit adds a new workflow file, auto-merge-dependabot.yml, which enables automatic merging of Dependabot pull requests. The workflow is triggered when a pull request is made on the main branch. It grants the necessary permissions to write pull requests and contents. The workflow fetches metadata using the dependabot/fetch-metadata action and checks if the version update is not a major change. If it meets the condition, it automatically merges the pull request using the gh pr merge command.

Refactor: Add release-please workflow

This commit introduces a new workflow file, release-please.yml, which is responsible for triggering releases. The workflow is triggered manually using the workflow_dispatch event or scheduled to run every Sunday at 00:00 UTC using the cron schedule. It requires write permissions for contents and pull requests. The workflow utilizes the googleapis/release-please-action to handle the release process, specifically for Go projects.
@ShocOne ShocOne merged commit 6e15393 into main Oct 9, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant