generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
This file contains 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
- Updated the MapRemoteStateToTerraform method in the Win32LobAppResourceMod struct to use the new Win32LobAppRegistryDetectionRulesResourceModel type for the DetectionRules field, instead of the deprecated Win32LobAppRegistryDetectionResourceModel type.
… improve readability
…ResourceMod struct
…ResourceMod struct
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.
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.
Change
Feel free to remove this sample text
Type of Change
Please delete options that are not relevant.
Checklist