Skip to content

Commit

Permalink
Add Commit Options to AL-Go created pull requests (#2498)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Add Commit Options to pull requests created by AL-Go.

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#560310](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/560310)
  • Loading branch information
aholstrup1 authored Dec 11, 2024
1 parent 41ee50e commit bb4dbed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
]
},
"UpdateALGoSystemFilesEnvironment": "Official-Build",
"templateSha": "bbc88d84c6c206b79a63ce535897e97c394d7059"
"templateSha": "bbc88d84c6c206b79a63ce535897e97c394d7059",
"commitOptions": {
"messageSuffix": "Related to AB#539394",
"pullRequestAutoMerge": true,
"pullRequestLabels": [ "Automation" ]
}
}
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ updates:
ignore:
- dependency-name: "microsoft/AL-Go-Actions/*"
- dependency-name: "microsoft/AL-Go/*"
labels:
- "Automation"

0 comments on commit bb4dbed

Please sign in to comment.